Class CircularGaugeLinearGradient
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CircularGaugeLinearGradient
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeLinearGradient : EJTagHelper
Constructors
CircularGaugeLinearGradient()
Declaration
public CircularGaugeLinearGradient()
Properties
ColorStop
Defines the color range properties for the gradient.
Declaration
public List<CircularGaugeColorStop> ColorStop { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.CircularGauge.CircularGaugeColorStop> | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
EndValue
Defines the end value of the linear gradient.
Declaration
public string EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
StartValue
Defines the start value of the linear gradient.
Declaration
public string StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |