Skip to main content
All docs
V24.1

DxShadowSettings.Blur Property

Specifies the blur radius for the element’s shadows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public int? Blur { get; set; }

Property Value

Type Description
Nullable<Int32>

The blur radius in pixels.

Remarks

The Blur property applies a blur affect to the element’s shadows. To hide shadows, set the Blur property to 0.

Refer to the DxShadowSettings class description for more information and an example.

See Also