Class SankeyDataNodeLabelPadding
Telerik UI SankeyDataNodeLabelPadding.
Inheritance
System.Object
SankeyDataNodeLabelPadding
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyDataNodeLabelPadding : Object
Constructors
SankeyDataNodeLabelPadding()
Declaration
public SankeyDataNodeLabelPadding()
Properties
Bottom
The bottom padding of the label.
Declaration
public Nullable<double> Bottom { get; set; }
Property Value
System.Nullable<System.Double>
|
Left
The left padding of the label.
Declaration
public Nullable<double> Left { get; set; }
Property Value
System.Nullable<System.Double>
|
Right
The right padding of the label.
Declaration
public Nullable<double> Right { get; set; }
Property Value
System.Nullable<System.Double>
|
Top
The top padding of the label.
Declaration
public Nullable<double> Top { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|