Back to Devexpress

DxShadowSettings.Opacity Property

blazor-devexpress-dot-blazor-dot-dxshadowsettings-8c21c6b4.md

latest1007 B
Original Source

DxShadowSettings.Opacity Property

Specifies the transparency of the element’s shadows.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public double? Opacity { get; set; }

Property Value

TypeDescription
Nullable<Double>

A value between 0 (transparent) and 1 (opaque).

|

Remarks

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

See Also

DxShadowSettings Class

DxShadowSettings Members

DevExpress.Blazor Namespace