HtmlEdit.SelectedTextLineHeight Property
Gets or sets the high of the selected/under caret line. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public HtmlLineHeight SelectedTextLineHeight { get; set; }
Property Value
Type | Description |
---|---|
HtmlLineHeight | The height of the line, measured in the specified Unit. |
See Also