HtmlEdit.SelectedTextLineHeight Property
In This Article
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
C#
public HtmlLineHeight SelectedTextLineHeight { get; set; }
#Property Value
Type | Description |
---|---|
Html |
The height of the line, measured in the specified Unit. |
See Also