IKeyboardNavigationHandler.

Move(IInputElement, NavigationDirection, KeyModifiers) Method

Summary

Moves the focus in the specified direction.
Namespace
Avalonia.Input
Containing Type
IKeyboardNavigationHandler

Syntax

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