TextEdit.SelectionHighlightBrush Property
In This Article
Gets or sets the brush used to highlight the selected text. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public SolidColorBrush SelectionHighlightBrush { get; set; }
#Property Value
Type | Description |
---|---|
Solid |
A Windows. |
#Remarks
The TextEdit.SelectedText property allows you to obtain the text currently selected within the editor.
See Also