Skip to main content

HtmlLineHeight Struct

A height of HtmlEdit lines.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

[TypeConverter(typeof(LineHeightConverter))]
public readonly struct HtmlLineHeight :
    IEquatable<HtmlLineHeight>

The following members return HtmlLineHeight objects:

See Also