HtmlEditCommands.IncreaseFontSize Property
Gets the command that increases font size of the selected/typed text text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command IncreaseFontSize { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also