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