TabIndex Property
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public int TabIndex { get; set; }
Public Property TabIndex As Integer
Get
Set
member TabIndex : int with get, set