Class DiagramStopBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramStopBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramStopBuilder : ControlBuilder
Constructors
DiagramStopBuilder()
Declaration
public DiagramStopBuilder()
DiagramStopBuilder(List<DiagramStop>)
Declaration
public DiagramStopBuilder(List<DiagramStop> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<DiagramStop> |
collection |
|
Methods
Add()
Declaration
Color(String)
Sets the color to be filled over the specified region
Declaration
public DiagramStopBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
Offset(Double)
Sets the position where the previous color transition ends and a new color transition starts
Declaration
public DiagramStopBuilder Offset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Returns
Opacity(Double)
Describes the transparency level of the region
Declaration
public DiagramStopBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns