DXPopupActualAppearance.ShadowColor Property
Gets the shadow color that is applied to the DXPopup. 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