KeyboardNavigation Class
Defines attached properties that control keyboard navigation behaviour for a container.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class KeyboardNavigation
Public NotInheritable Class KeyboardNavigation
[<AbstractClassAttribute>]
[<SealedAttribute>]
type KeyboardNavigation = class end
| Inheritance | Object → 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
| IsTabStopProperty | Defines the IsTabStop attached property. | 
| TabIndexProperty | Defines the TabIndex attached property. | 
| TabNavigationProperty | Defines the TabNavigation attached property. | 
| TabOnceActiveElementProperty | Defines the TabOnceActiveElement attached property. |