NavigationDirection Enumeration

Describes how focus should be moved by directional or tab keys.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum NavigationDirection

Members

Next0 Move the focus to the next control in the tab order.
Previous1 Move the focus to the previous control in the tab order.
First2 Move the focus to the first control in the tab order.
Last3 Move the focus to the last control in the tab order.
Left4 Move the focus to the left.
Right5 Move the focus to the right.
Up6 Move the focus up.
Down7 Move the focus down.
PageUp8 Move the focus up a page.
PageDown9 Move the focus down a page.

See Also