NavigationMethod Enumeration

Defines the method by which a focus change occurred.

Definition

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

Members

Unspecified0 The focus was changed by an unspecified method, e.g. calling Focus(NavigationMethod, KeyModifiers).
Tab1 The focus was changed by the user tabbing between control.
Directional2 The focus was changed by the user pressing a directional navigation key.
Pointer3 The focus was changed by a pointer click.

See Also