TextBoxSelectionBrush Property

Gets or sets a brush that is used to highlight selected text

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IBrush? SelectionBrush { get; set; }

Property Value

IBrush

See Also