Class CircularGaugeRadialGradient
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CircularGaugeRadialGradient
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeRadialGradient : EJTagHelper
Constructors
CircularGaugeRadialGradient()
Declaration
public CircularGaugeRadialGradient()
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> |
InnerPosition
Defines the inner circle of the radial gradient.
Declaration
public CircularGaugeGradientPosition InnerPosition { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeGradientPosition | The default value is null |
OuterPosition
Defines the outer circle of the radial gradient.
Declaration
public CircularGaugeGradientPosition OuterPosition { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeGradientPosition | The default value is null |
Radius
Defines the radius of the radial gradient in percentage.
Declaration
public string Radius { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0%" |