NavigationMethod Enumeration
Defines the method by which a focus change occurred.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum NavigationMethod
Public Enumeration NavigationMethod
type NavigationMethod
Members
Unspecified | 0 | The focus was changed by an unspecified method, e.g. calling Focus(NavigationMethod, KeyModifiers). |
Tab | 1 | The focus was changed by the user tabbing between control. |
Directional | 2 | The focus was changed by the user pressing a directional navigation key. |
Pointer | 3 | The focus was changed by a pointer click. |