IsTabStopProperty Field
Defines the IsTabStop attached property.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<bool> IsTabStopProperty
Public Shared ReadOnly IsTabStopProperty As AttachedProperty(Of Boolean)
static val IsTabStopProperty: AttachedProperty<bool>
Field Value
Remarks
The IsTabStop attached property determines whether the control is focusable by tab navigation.