Table of Contents

Enum NavigationDirection

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

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

public enum NavigationDirection
Extension Methods

Fields

Down = 7

Move the focus down.

First = 2

Move the focus to the first control in the tab order.

Last = 3

Move the focus to the last control in the tab order.

Left = 4

Move the focus to the left.

Next = 0

Move the focus to the next control in the tab order.

PageDown = 9

Move the focus down a page.

PageUp = 8

Move the focus up a page.

Previous = 1

Move the focus to the previous control in the tab order.

Right = 5

Move the focus to the right.

Up = 6

Move the focus up.