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