Class
SankeyDataNodeLabelStroke

Telerik UI SankeyDataNodeLabelStroke.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SankeyDataNodeLabelStroke

Inheritance: objectSankeyDataNodeLabelStroke

Constructors

SankeyDataNodeLabelStroke()

Declaration

public SankeyDataNodeLabelStroke()

Properties

Color

The color of the stroke.

Declaration

public string Color { get; set; }

Property Value

string

Width

The width of the stroke.

Declaration

public double? Width { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>