Class LinearGaugeLinearGradient
Inheritance
System.Object
LinearGaugeLinearGradient
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeLinearGradient : EJTagHelper
Constructors
LinearGaugeLinearGradient()
Declaration
public LinearGaugeLinearGradient()
Properties
ColorStop
Specifies the color, opacity, offset and style of the linear 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
EndValue
Specifies the end value of the linear gradient.
Declaration
public string EndValue { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StartValue
Specifies the start value of the linear gradient.
Declaration
public string StartValue { get; set; }
Property Value
Type |
Description |
System.String |
|