Back to Devexpress

HtmlLineHeight Struct

maui-devexpress-dot-maui-dot-htmleditor-c8338b9f.md

latest1.2 KB
Original Source

HtmlLineHeight Struct

A height of HtmlEdit lines.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

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

The following members return HtmlLineHeight objects:

Implements

IEquatable<HtmlLineHeight>

Extension Methods

Yield<HtmlLineHeight>()

YieldIfNotNull<HtmlLineHeight>()

See Also

HtmlLineHeight Members

DevExpress.Maui.HtmlEditor Namespace