Class CircularGaugeRadialGradient
Inheritance
System.Object
CircularGaugeRadialGradient
Inherited Members
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<CircularGaugeColorStop> |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
InnerPosition
Defines the inner circle of the radial gradient.
Declaration
public CircularGaugeGradientPosition InnerPosition { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeGradientPosition |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
OuterPosition
Defines the outer circle of the radial gradient.
Declaration
public CircularGaugeGradientPosition OuterPosition { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeGradientPosition |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Radius
Defines the radius of the radial gradient in percentage.
Declaration
public string Radius { get; set; }
Property Value
Type | Description |
---|---|
System.String |