Summary
Moves the focus in the specified direction.
- Namespace
- Avalonia
.Input - Containing Type
- I
Keyboard Navigation Handler
Syntax
void Move(IInputElement element, NavigationDirection direction, InputModifiers modifiers = None)
Parameters
Name | Type | Description |
---|---|---|
element | IInputElement | The current element. |
direction | NavigationDirection | The direction to move. |
modifiers | InputModifiers | Any input modifiers active at the time of focus. |
Return Value
Type | Description |
---|---|
void |