HtmlEditCommands.SetLineHeight Property
In This Article
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
C#
public Command<HtmlLineHeight> SetLineHeight { get; }
#Property Value
Type | Description |
---|---|
Command<Html |
A command object. |
See Also