TabItemActualAppearance.HeaderMinHeight Property
Gets the minimum height value that is applied to the TabItem‘s header. To specify this value, use the HeaderMinHeight property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double HeaderMinHeight { get; }
Property Value
Type | Description |
---|---|
Double | The header’s minimum height. |
See Also