Skip to main content

NavigationMethod Enumeration

Defines the method by which a focus change occurred.

Definition

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

public enum NavigationMethod
View Source

Members

Unspecified0The focus was changed by an unspecified method, e.g. calling Focus(NavigationMethod, KeyModifiers).
Tab1The focus was changed by the user tabbing between control.
Directional2The focus was changed by the user pressing a directional navigation key.
Pointer3The focus was changed by a pointer click.

See Also

Reference

Avalonia.Input Namespace