Class ProgressBarBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarBorderBuilder
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 ProgressBarBorderBuilder : ControlBuilder
Constructors
ProgressBarBorderBuilder()
Declaration
public ProgressBarBorderBuilder()
ProgressBarBorderBuilder(ProgressBarBorder)
Declaration
public ProgressBarBorderBuilder(ProgressBarBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| ProgressBarBorder | model |
Methods
Color(String)
The color of the border that accepts value in hex as a valid CSS color string.
Declaration
public ProgressBarBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarBorderBuilder |
Width(Double)
The width of the border in pixels.
Declaration
public ProgressBarBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ProgressBarBorderBuilder |