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