HtmlEdit.SelectedTextBackground Property
Gets or sets the background color of the selected/typed text. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Color SelectedTextBackground { get; set; }
Property Value
Type | Description |
---|---|
Color | The text background color. |
See Also