TabHeaderLength(Double) Constructor
Initializes a new TabHeaderLength instance with the specified absolute value in pixels.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public TabHeaderLength(
double value
)
Parameters
Name | Type | Description |
---|---|---|
value | Double | The length value, in pixels. |
See Also