HtmlEditCommands.SetForegroundColor Property
Gets the command that sets the foreground 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> SetForegroundColor { get; }
Property Value
Type | Description |
---|---|
Command<Color> | A command object. |
See Also