Skip to main content

TabHeaderLength(Double, TabHeaderUnitType) Constructor

Initializes a new TabHeaderLength instance with the specified value in the unitType units.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public TabHeaderLength(
    double value,
    TabHeaderUnitType type
)

Parameters

Name Type Description
value Double

The length value, in unitType units.

type TabHeaderUnitType

The measurement unit the length uses.

See Also