Summary
Defines the TabOnceActiveElement attached property.
- Namespace
- Avalonia
.Input - Containing Type
- KeyboardNavigation
Syntax
public static readonly AttachedProperty<IInputElement?> TabOnceActiveElementProperty
Remarks
When focus enters a container which has its
TabNavigationProperty
attached property set to Once
, this property
defines to which child the focus should move.