TabItemLength.IsAbsolute Property
Returns whether the length is measured in pixels.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public bool IsAbsolute { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if the length is in pixels; otherwise false. |
See Also