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