IsInactiveSelectionHighlightEnabled 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)
- C#
- VB
- F#
public bool IsInactiveSelectionHighlightEnabled { get; set; }
Public Property IsInactiveSelectionHighlightEnabled As Boolean
Get
Set
member IsInactiveSelectionHighlightEnabled : bool with get, set