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