DXPopup.ShadowRadius Property
Gets or sets the blur radius of the DXPopup‘s shadow. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double ShadowRadius { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | The DXPopup‘s shadow blur radius. |
See Also