Back to Devexpress

DxSankeyHoverStyleSettings.Opacity Property

blazor-devexpress-dot-blazor-dot-dxsankeyhoverstylesettings-5b7c5328.md

latest1.1 KB
Original Source

DxSankeyHoverStyleSettings.Opacity Property

Specifies the opacity of the hovered link or node (with associated links).

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 DxSankeyHoverStyleSettings class description for additional information and an example.

See Also

DxSankeyHoverStyleSettings Class

DxSankeyHoverStyleSettings Members

DevExpress.Blazor Namespace