Back to Devexpress

TabHeaderLength Struct

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-74f97ed6.md

latest2.0 KB
Original Source

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

csharp
public struct TabHeaderLength

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:

xml
<dxc:TabView HeaderPanelHeight="Auto"/>
<!-- Or -->
<dxc:TabView HeaderPanelHeight="72"/>

See Also

TabHeaderLength Members

DevExpress.XamarinForms.Navigation Namespace