HtmlEditCommands.SetLineHeight Property
Gets the command that sets the selected/under caret text line height value.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command<HtmlLineHeight> SetLineHeight { get; }
Property Value
Type | Description |
---|---|
Command<HtmlLineHeight> | A command object. |
See Also