TabNavigationProperty Field
Defines the TabNavigation attached property.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<KeyboardNavigationMode> TabNavigationProperty
Public Shared ReadOnly TabNavigationProperty As AttachedProperty(Of KeyboardNavigationMode)
static val TabNavigationProperty: AttachedProperty<KeyboardNavigationMode>
Field Value
AttachedProperty(KeyboardNavigationMode)
Remarks
The TabNavigation attached property defines how pressing the Tab key causes focus to be navigated between the children of the container.