Class DiagramStop
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramStop
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramStop : EJTagHelper
  Constructors
DiagramStop()
Declaration
public DiagramStop()
  Properties
Color
Sets the color to be filled over the specified region
Declaration
public string Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
Offset
Sets the position where the previous color transition ends and a new color transition starts
Declaration
public double Offset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 0  | 
      
Opacity
Describes the transparency level of the region
Declaration
public double Opacity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 1  |