Skip to main content
A newer version of this page is available. .

TabViewActualAppearance.HeaderPanelShadowRadius Property

Gets the header panel’s shadow radius value that is applied to the TabView. To specify this value, use the HeaderPanelShadowRadius property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelShadowRadius { get; }

Property Value

Type Description
Double

The header panel’s shadow radius.

See Also