Class ProgressBarRangeColorBuilder
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 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 | Description |
---|---|
ProgressBarRangeColorBuilder |
End(Double)
end
Declaration
public ProgressBarRangeColorBuilder End(double end)
Parameters
Type | Name | Description |
---|---|---|
System.Double | end |
Returns
Type | Description |
---|---|
ProgressBarRangeColorBuilder |
Start(Double)
start
Declaration
public ProgressBarRangeColorBuilder Start(double start)
Parameters
Type | Name | Description |
---|---|---|
System.Double | start |
Returns
Type | Description |
---|---|
ProgressBarRangeColorBuilder |