Skip to main content

TabHeaderLength.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

C#
public bool IsAbsolute { get; }

#Property Value

Type Description
Boolean

true if the length is in pixels; otherwise false.

See Also