TextEdit.SelectionHighlightBrush Property
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
Property Value
Type | Description |
---|---|
SolidColorBrush | A Windows.UI.Xaml.Media.SolidColorBrush value. |
Remarks
The TextEdit.SelectedText property allows you to obtain the text currently selected within the editor.
See Also