HtmlLineHeight.Implicit(Double to HtmlLineHeight) Operator
Implicitly converts Double into HtmlLineHeight.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public static implicit operator HtmlLineHeight(double value)
Parameters
Name | Type | Description |
---|---|---|
value | Double | The Double to convert. |
Returns
Type | Description |
---|---|
HtmlLineHeight | The HtmlLineHeight object. |
See Also