Skip to main content

HtmlLineHeight(Double, Nullable<HtmlSizeUnit>) Constructor

Initializes a new instance of the HtmlLineHeight class with specified settings.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public HtmlLineHeight(
    double Value,
    HtmlSizeUnit? Unit
)

Parameters

Name Type Description
Value Double

The line height value.

Unit Nullable<HtmlSizeUnit>

The unit of the line height value.

See Also