Skip to main content

NavigationDirection Enumeration

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

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum NavigationDirection
View Source

Members

Next0Move the focus to the next control in the tab order.
Previous1Move the focus to the previous control in the tab order.
First2Move the focus to the first control in the tab order.
Last3Move the focus to the last control in the tab order.
Left4Move the focus to the left.
Right5Move the focus to the right.
Up6Move the focus up.
Down7Move the focus down.
PageUp8Move the focus up a page.
PageDown9Move the focus down a page.

See Also

Reference

Avalonia.Input Namespace