Back to Devexpress

DxShadowSettings.Blur Property

blazor-devexpress-dot-blazor-dot-dxshadowsettings.md

latest1.1 KB
Original Source

DxShadowSettings.Blur Property

Specifies the blur radius for the element’s shadows.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
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 additional information and an example.

See Also

DxShadowSettings Class

DxShadowSettings Members

DevExpress.Blazor Namespace