New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI SankeyDataNodeLabelStroke.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyDataNodeLabelStroke

Inheritance: objectSankeyDataNodeLabelStroke

Constructors

C#
public SankeyDataNodeLabelStroke()

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

The color of the stroke.

C#
public string Color { get; set; }

The width of the stroke.

C#
public double? Width { get; set; }