TabHeaderLength Struct
The header panel’s length that supports the the automatically calculated size.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public struct TabHeaderLength
Related API Members
The following members return TabHeaderLength objects:
Remarks
The TabView.HeaderPanelHeight / TabView.HeaderPanelWidth and TabPage.HeaderPanelHeight / TabPage.HeaderPanelWidth properties use this structure.
The following example shows how you can set the TabView‘s header panel size:
<dxc:TabView HeaderPanelHeight="Auto"/>
<!-- Or -->
<dxc:TabView HeaderPanelHeight="72"/>
See Also