Class ProgressBarRangeColorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarRangeColorBuilder
Namespace: Syncfusion.EJ2.ProgressBar
Assembly: Syncfusion.EJ2.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
End(Double)
end
Declaration
public ProgressBarRangeColorBuilder End(double end)
Parameters
Type | Name | Description |
---|---|---|
System.Double | end |
Returns
Start(Double)
start
Declaration
public ProgressBarRangeColorBuilder Start(double start)
Parameters
Type | Name | Description |
---|---|---|
System.Double | start |