NavigationMethod Enum

Summary

Defines the method by which a focus change occurred.
Namespace
Avalonia.Input
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["NavigationMethod"] class Type type-node

Syntax

public enum NavigationMethod

Fields

Name Constant Value Summary
Directional 2
The focus was changed by the user pressing a directional navigation key.
static
Pointer 3
The focus was changed by a pointer click.
static
Tab 1
The focus was changed by the user tabbing between control.
static
Unspecified 0
The focus was changed by an unspecified method, e.g. calling Focus().
static

Extension Methods