Back to Devexpress

DxSankeyHoverStyleSettings.Color Property

blazor-devexpress-dot-blazor-dot-dxsankeyhoverstylesettings.md

latest1.2 KB
Original Source

DxSankeyHoverStyleSettings.Color Property

Specifies the color 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 string Color { get; set; }

Property Value

TypeDescription
String

The color of the hovered link or node.

|

Remarks

The Color property accepts the following formats:

  • Longhand and shorthand hexadecimal color values: #ffff00, #ff0.
  • RGB and RGBA color codes: rgb(255, 0, 0), rgba(0, 230, 0, 0.3).
  • HTML color name (case-insensitive): red, DarkGreen.

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

See Also

DxSankeyHoverStyleSettings Class

DxSankeyHoverStyleSettings Members

DevExpress.Blazor Namespace