KeyboardNavigationTabOnceActiveElementProperty Field
Defines the TabOnceActiveElement attached property.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly AttachedProperty<IInputElement?> TabOnceActiveElementProperty
Public Shared ReadOnly TabOnceActiveElementProperty As AttachedProperty(Of IInputElement)
static val TabOnceActiveElementProperty: AttachedProperty<IInputElement>
Field Value
AttachedPropertyIInputElement
When focus enters a container which has its
TabNavigationProperty
attached property set to
Once, this property
defines to which child the focus should move.