Skip to main content

TabItemLength.Auto Property

Returns the TabItemLength instance that stores the length whose value is measured by item header content.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public static TabItemLength Auto { get; }

Property Value

Type Description
TabItemLength

The TabItemLength instance whose UnitType is set to Auto.

See Also