KeyboardNavigationIsTabStopProperty Field
Defines the IsTabStop attached property.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly AttachedProperty<bool> IsTabStopProperty
Public Shared ReadOnly IsTabStopProperty As AttachedProperty(Of Boolean)
static val IsTabStopProperty: AttachedProperty<bool>
Field Value
AttachedPropertyBoolean
The IsTabStop attached property determines whether the control is focusable by tab navigation.