DXPopupActualAppearance.ShadowColor Property
Gets the shadow color applied to the DXPopup control. To specify this color, use the ShadowColor property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color ShadowColor { get; }
Property Value
| Type | Description |
|---|---|
| Color | The shadow color. |
See Also