Summary
Defines attached properties that control keyboard navigation behaviour for a container.
- Namespace
- Avalonia
.Input - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["KeyboardNavigation"]
class Type type-node
Syntax
public static class KeyboardNavigation
Fields
Name | Constant Value | Summary |
---|---|---|
IsTabStopProperty |
Defines the IsTabStop attached property.
static
|
|
Tab |
Defines the TabNavigation attached property.
static
|
|
Tab |
Defines the TabOnceActiveElement attached property.
static
|
Methods
Name | Value | Summary |
---|---|---|
GetIsTabStop |
bool |
Gets the
IsTabStopProperty for a container.
static
|
GetTabNavigation |
Keyboard |
Gets the
TabNavigationProperty for a container.
static
|
Get |
IInputElement? |
Gets the
TabOnceActiveElementProperty for a container.
static
|
SetIsTabStop |
void |
Sets the
IsTabStopProperty for a container.
static
|
SetTabNavigation |
void |
Sets the
TabNavigationProperty for a container.
static
|
Set |
void |
Sets the
TabOnceActiveElementProperty for a container.
static
|