Skip to main content

TabItemLength(Double, TabItemLengthUnitType) Constructor

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public TabItemLength(
    double value,
    TabItemLengthUnitType type = TabItemLengthUnitType.Absolute
)

Parameters

Name Type Description
value Double

The length value, in unitType units.

Optional Parameters

Name Type Default Description
type TabItemLengthUnitType Absolute

The measurement unit the length uses.

See Also