KeyboardNavigation Class

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
TabNavigationProperty
Defines the TabNavigation attached property.
static
TabOnceActiveElementProperty
Defines the TabOnceActiveElement attached property.
static

Methods