NavigationMethod Enumeration
Defines the method by which a focus change occurred.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum NavigationMethod
Public Enumeration NavigationMethod
| 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.
|