Class
SankeyDataNodeLabelPadding

Telerik UI SankeyDataNodeLabelPadding.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SankeyDataNodeLabelPadding

Inheritance: objectSankeyDataNodeLabelPadding

Constructors

SankeyDataNodeLabelPadding()

Declaration

public SankeyDataNodeLabelPadding()

Properties

Bottom

The bottom padding of the label.

Declaration

public double? Bottom { get; set; }

Property Value

double?

Left

The left padding of the label.

Declaration

public double? Left { get; set; }

Property Value

double?

Right

The right padding of the label.

Declaration

public double? Right { get; set; }

Property Value

double?

Top

The top padding of the label.

Declaration

public double? Top { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>