Skip to main content

TabItemLength.IsStar Property

Returns whether the length is measured as a weighted proportion of the available space.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public bool IsStar { get; }

#Property Value

Type Description
Boolean

true if the length is measured as a weighted proportion of the available space; otherwise false.

See Also