IKeyboardNavigationHandlerMove Method

Moves the focus in the specified direction.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Move(
	IInputElement element,
	NavigationDirection direction,
	KeyModifiers keyModifiers = KeyModifiers.None
)

Parameters

element  IInputElement
The current element.
direction  NavigationDirection
The direction to move.
keyModifiers  KeyModifiers  (Optional)
Any key modifiers active at the time of focus.

See Also