Class SankeyBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyBorderBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Sankey.dll
Syntax
public class SankeyBorderBuilder : ControlBuilder
Constructors
SankeyBorderBuilder()
Declaration
public SankeyBorderBuilder()
SankeyBorderBuilder(SankeyBorder)
Declaration
public SankeyBorderBuilder(SankeyBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| SankeyBorder | model |
Methods
Color(String)
Specifies the color of the border, accepting values in hex or RGBA as valid CSS color strings.
Declaration
public SankeyBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyBorderBuilder |
DashArray(String)
Sets the length of dashes in the stroke of border.
Declaration
public SankeyBorderBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyBorderBuilder |
Width(Double)
The width of the border in pixels.
Declaration
public SankeyBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyBorderBuilder |