Class DiagramStopBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramStopBuilder
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.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.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
public void Add()
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
| Type |
|---|
| DiagramStopBuilder |
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
| Type |
|---|
| DiagramStopBuilder |
Opacity(Double)
Describes the transparency level of the region
Declaration
public DiagramStopBuilder Opacity(double opacity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | opacity |
Returns
| Type |
|---|
| DiagramStopBuilder |