Skip to main content

KeyboardNavigation Class

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

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class KeyboardNavigation
View Source
InheritanceObject → KeyboardNavigation

Methods

GetIsTabStop(InputElement)Gets the IsTabStopProperty for an element.
GetTabIndex(IInputElement)Gets the TabIndexProperty for an element.
GetTabNavigation(InputElement)Gets the TabNavigationProperty for a container.
GetTabOnceActiveElement(InputElement)Gets the TabOnceActiveElementProperty for a container.
SetIsTabStop(InputElement, Boolean)Sets the IsTabStopProperty for an element.
SetTabIndex(IInputElement, Int32)Sets the TabIndexProperty for an element.
SetTabNavigation(InputElement, KeyboardNavigationMode)Sets the TabNavigationProperty for a container.
SetTabOnceActiveElement(InputElement, IInputElement)Sets the TabOnceActiveElementProperty for a container.

Fields

IsTabStopPropertyDefines the IsTabStop attached property.
TabIndexPropertyDefines the TabIndex attached property.
TabNavigationPropertyDefines the TabNavigation attached property.
TabOnceActiveElementPropertyDefines the TabOnceActiveElement attached property.

See Also

Reference

Avalonia.Input Namespace