Class
SankeyDataNodeLabelPadding

Telerik UI SankeyDataNodeLabelPadding.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataNodeLabelPadding

Inheritance: objectSankeyDataNodeLabelPadding

Constructors

SankeyDataNodeLabelPadding()

Declaration

cs-api-definition
public SankeyDataNodeLabelPadding()

Properties

Bottom

The bottom padding of the label.

Declaration

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

Property Value

double?

Left

The left padding of the label.

Declaration

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

Property Value

double?

Right

The right padding of the label.

Declaration

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

Property Value

double?

Top

The top padding of the label.

Declaration

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

Property Value

double?

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>