TabHeaderLength(Double, TabHeaderUnitType) Constructor
Initializes a new instance of the TabHeaderLength class with specified settings.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public TabHeaderLength(
double value,
TabHeaderUnitType type = TabHeaderUnitType.Absolute
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The length value, in unitType units. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| type | TabHeaderUnitType | Absolute | The type of values that TabHeaderLength stores. |
See Also