DXPopupActualAppearance.ShadowRadius Property
Gets the shadow radius value that is applied to the DXPopup. 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