Back to Devexpress

HtmlFontSize Struct

maui-devexpress-dot-maui-dot-htmleditor-f6328267.md

latest1.2 KB
Original Source

HtmlFontSize Struct

A font size of HtmlEdit text.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
[TypeConverter(typeof(HtmlFontSizeConverter))]
public readonly struct HtmlFontSize :
    IEquatable<HtmlFontSize>

The following members return HtmlFontSize objects:

Implements

IEquatable<HtmlFontSize>

Extension Methods

Yield<HtmlFontSize>()

YieldIfNotNull<HtmlFontSize>()

See Also

HtmlFontSize Members

DevExpress.Maui.HtmlEditor Namespace