TextBoxIsInactiveSelectionHighlightEnabled Property

Gets or sets a value that determines whether the TextBox shows a selection highlight when it is not focused.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsInactiveSelectionHighlightEnabled { get; set; }

Property Value

Boolean

See Also