Skip to main content

HtmlFontSize Struct

A font size of HtmlEdit text.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

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

The following members return HtmlFontSize objects:

Implements

See Also