TabItemLength(Double, TabItemLengthUnitType) Constructor
Initializes a new TabItemLength 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 TabItemLength(
double value,
TabItemLengthUnitType type
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The length value, in unitType units. |
| type | TabItemLengthUnitType | The measurement unit the length uses. |
See Also