HtmlEditCommands.ToggleUnderline Property
Gets the command that toggles the selected/typed text text’s underline emphasis.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command ToggleUnderline { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also