Class LinearGaugeColorStop
Inheritance
System.Object
LinearGaugeColorStop
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 |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
Specifies the offset of the gradient.
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Specifies the opacity of the gradient.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Style
Specifies the style of the gradient.
Declaration
public string Style { get; set; }
Property Value
Type |
Description |
System.String |
|