IsTabStop Property
Gets or sets a value that indicates whether the control is included in tab navigation.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsTabStop { get; set; }
Public Property IsTabStop As Boolean
Get
Set
member IsTabStop : bool with get, set