TabView.HeaderPanelShadowHeight Property
In This Article
Gets or sets the height of the header panel’s shadow. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double HeaderPanelShadowHeight { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 1 | The height in pixels. |
See Also