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>
Related API Members
The following members return HtmlFontSize objects:
Implements
See Also