HtmlFontSize(Double, HtmlSizeUnit) Constructor
Initializes a new instance of the HtmlFontSize class with specified settings.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public HtmlFontSize(
double Value = -1,
HtmlSizeUnit Unit = HtmlSizeUnit.Points
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
Value | Double | -1 | The font size value. |
Unit | HtmlSizeUnit | Points | The unit of the font size value. |
See Also