KeyboardNavigationTabNavigationProperty Field

Defines the TabNavigation attached property.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly AttachedProperty<KeyboardNavigationMode> TabNavigationProperty

Field Value

AttachedPropertyKeyboardNavigationMode

Remarks

The TabNavigation attached property defines how pressing the Tab key causes focus to be navigated between the children of the container.

See Also