Class CircularGaugeColorStop
Inheritance
System.Object
CircularGaugeColorStop
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeColorStop : EJTagHelper
Constructors
CircularGaugeColorStop()
Declaration
public CircularGaugeColorStop()
Properties
Color
Defines the color to be used in the gradient.
Declaration
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
Defines the gradient color begin and end in percentage
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Defines the opacity to be used in the gradient.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Style
Defines the style of the color stop in the gradient element.
Declaration
public string Style { get; set; }
Property Value
Type |
Description |
System.String |
|