InputElementIsTabStop 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) Version: 11.3.999
public bool IsTabStop { get; set; }

Property Value

Boolean

See Also