Class ProgressBarRangeColorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarRangeColorBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.ProgressBar
Assembly: Syncfusion.AspNetMvc.ProgressBar.dll
Syntax
public class ProgressBarRangeColorBuilder : ControlBuilder
Constructors
ProgressBarRangeColorBuilder()
Declaration
public ProgressBarRangeColorBuilder()
ProgressBarRangeColorBuilder(List<ProgressBarRangeColor>)
Declaration
public ProgressBarRangeColorBuilder(List<ProgressBarRangeColor> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<ProgressBarRangeColor> | collection |
Methods
Add()
Declaration
public void Add()
Color(String)
color
Declaration
public ProgressBarRangeColorBuilder Color(string color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | color |
Returns
| Type |
|---|
| ProgressBarRangeColorBuilder |
End(Double)
end
Declaration
public ProgressBarRangeColorBuilder End(double end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | end |
Returns
| Type |
|---|
| ProgressBarRangeColorBuilder |
Start(Double)
start
Declaration
public ProgressBarRangeColorBuilder Start(double start)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | start |
Returns
| Type |
|---|
| ProgressBarRangeColorBuilder |