Summary
Gets the
IsTabStopProperty
for a container.
- Namespace
- Avalonia
.Input - Containing Type
- KeyboardNavigation
Syntax
public static bool GetIsTabStop(InputElement element)
Parameters
Name | Type | Description |
---|---|---|
element | InputElement | The container. |
Return Value
Type | Description |
---|---|
bool | Whether the container is a tab stop. |