Class SankeyContainerPaddingBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyContainerPaddingBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyContainerPaddingBuilder : ControlBuilder
Constructors
SankeyContainerPaddingBuilder()
Declaration
public SankeyContainerPaddingBuilder()
SankeyContainerPaddingBuilder(SankeyContainerPadding)
Declaration
public SankeyContainerPaddingBuilder(SankeyContainerPadding model)
Parameters
Methods
Bottom(Double)
Defines the bottom padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Bottom(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Left(Double)
Defines the left padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Left(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Right(Double)
Defines the right padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Right(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Top(Double)
Defines the top padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Top(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns