TabItemActualAppearance.HeaderHeight Property
In This Article
Gets the height value that is applied to the TabItem‘s header. To specify this value, use the HeaderHeight property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public TabItemLength HeaderHeight { get; }
#Property Value
Type | Description |
---|---|
Tab |
The header’s height. |
See Also