HtmlFontSize Struct
In This Article
A font size of HtmlEdit text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
[TypeConverter(typeof(HtmlFontSizeConverter))]
public readonly struct HtmlFontSize :
IEquatable<HtmlFontSize>
#Related API Members
The following members return HtmlFontSize objects:
#Implements
See Also