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

Telerik UI SankeyDataNodeLabelPadding.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyDataNodeLabelPadding

Inheritance: objectSankeyDataNodeLabelPadding

Constructors

C#
public SankeyDataNodeLabelPadding()

Methods

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

Dictionary<string, object>

Properties

The bottom padding of the label.

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

The left padding of the label.

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

The right padding of the label.

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

The top padding of the label.

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