HtmlEdit.SelectedTextForeground Property
Gets or sets the foreground 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 SelectedTextForeground { get; set; }
Property Value
Type | Description |
---|---|
Color | The text foreground color. |
See Also