Table of Contents

Enum NavigationMethod

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

Defines the method by which a focus change occurred.

public enum NavigationMethod

Fields

Directional = 2

The focus was changed by the user pressing a directional navigation key.

Pointer = 3

The focus was changed by a pointer click.

Tab = 1

The focus was changed by the user tabbing between control.

Unspecified = 0

The focus was changed by an unspecified method, e.g. calling Focus(NavigationMethod, KeyModifiers).