Summary
Sets the
IsTabStopProperty
for a container.
- Namespace
- Avalonia
.Input - Containing Type
- KeyboardNavigation
Syntax
public static void SetIsTabStop(InputElement element, bool value)
Parameters
Name | Type | Description |
---|---|---|
element | InputElement | The container. |
value | bool | Value indicating whether the container is a tab stop. |
Return Value
Type | Description |
---|---|
void |