Summary
Sets the
TabNavigationProperty
for a container.
- Namespace
- Avalonia
.Input - Containing Type
- KeyboardNavigation
Syntax
public static void SetTabNavigation(InputElement element, KeyboardNavigationMode value)
Parameters
Name | Type | Description |
---|---|---|
element | InputElement | The container. |
value | Keyboard |
The KeyboardNavigationMode for the container. |
Return Value
Type | Description |
---|---|
void |