HtmlEditCommands.SetBackgroundColor Property
Gets the command that sets the background color of the selected/typed text text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command<Color> SetBackgroundColor { get; }
Property Value
| Type | Description |
|---|---|
| Command<Color> | A command object. |
See Also