TabOnceActiveElementProperty Field
Defines the TabOnceActiveElement attached property.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<IInputElement?> TabOnceActiveElementProperty
Public Shared ReadOnly TabOnceActiveElementProperty As AttachedProperty(Of IInputElement)
static val TabOnceActiveElementProperty: AttachedProperty<IInputElement>
Field Value
AttachedProperty(IInputElement)
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.