HtmlLineHeight Struct
In This Article
A height of HtmlEdit lines.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
[TypeConverter(typeof(LineHeightConverter))]
public readonly struct HtmlLineHeight :
IEquatable<HtmlLineHeight>
#Related API Members
The following members return HtmlLineHeight objects:
#Implements
See Also