Class LinearGaugeRadialGradient
Inheritance
System.Object
LinearGaugeRadialGradient
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeRadialGradient : EJTagHelper
Constructors
LinearGaugeRadialGradient()
Declaration
public LinearGaugeRadialGradient()
Properties
ColorStop
Specifies the color, opacity, offset and style of the radial gradient.
Declaration
public List<LinearGaugeColorStop> ColorStop { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
InnerPosition
Specifies the inner position of the radial gradient.
Declaration
public LinearGaugeGradientPosition InnerPosition { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
OuterPosition
Specifies the outer position of the radial gradient.
Declaration
public LinearGaugeGradientPosition OuterPosition { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Radius
Specifies the radius of the radial gradient.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|