Class DiagramStop
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Offset
Sets the position where the previous color transition ends and a new color transition starts
Declaration
[HtmlAttributeName("offset")]
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Opacity
Describes the transparency level of the region
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |