Class CircularGaugeColorStop
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CircularGaugeColorStop
Namespace: Syncfusion.EJ2.CircularGauge
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 | The default value is "#000000" |
Offset
Defines the gradient color begin and end in percentage.
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0%" |
Opacity
Defines the opacity to be used in the gradient.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Style
Defines the style of the color stop in the gradient element.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |