Skip to main content

TextEdit.SelectionHighlightBrush Property

Gets or sets the brush used to highlight the selected text. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public SolidColorBrush SelectionHighlightBrush { get; set; }

Property Value

Type Description
SolidColorBrush

A Microsoft.UI.Xaml.Media.SolidColorBrush value.

Remarks

The TextEdit.SelectedText property allows you to obtain the text currently selected within the editor.

See Also