Class ProgressBarRangeColor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.ProgressBar
Assembly: Syncfusion.EJ2.dll
Syntax
public class ProgressBarRangeColor : EJTagHelper
Constructors
ProgressBarRangeColor()
Declaration
public ProgressBarRangeColor()
Properties
Color
color
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
End
end
Declaration
[HtmlAttributeName("end")]
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Start
start
Declaration
[HtmlAttributeName("start")]
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |