KeyboardNavigation Class

Defines attached properties that control keyboard navigation behaviour for a container.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class KeyboardNavigation
Inheritance
Object    KeyboardNavigation

Methods

Fields

IsTabStopProperty Defines the IsTabStop attached property.
TabIndexProperty Defines the TabIndex attached property.
TabNavigationProperty Defines the TabNavigation attached property.
TabOnceActiveElementProperty Defines the TabOnceActiveElement attached property.

See Also