Class
SankeyDataNodeLabelStroke

Telerik UI SankeyDataNodeLabelStroke.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataNodeLabelStroke

Inheritance: objectSankeyDataNodeLabelStroke

Constructors

SankeyDataNodeLabelStroke()

Declaration

cs-api-definition
public SankeyDataNodeLabelStroke()

Properties

Color

The color of the stroke.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Width

The width of the stroke.

Declaration

cs-api-definition
public double? Width { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>