Class LinearGaugeColorStop
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
LinearGaugeColorStop
Namespace: Syncfusion.EJ2.LinearGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeColorStop : EJTagHelper
Constructors
LinearGaugeColorStop()
Declaration
public LinearGaugeColorStop()
Properties
Color
Specifies the color of the gradient.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#000000" |
Offset
Specifies the offset of the gradient.
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0%" |
Opacity
Specifies the opacity of the gradient.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Style
Specifies the style of the gradient.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |