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