Class CircularGaugeBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularGaugeBorderBuilder
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeBorderBuilder : ControlBuilder
Constructors
CircularGaugeBorderBuilder()
Declaration
public CircularGaugeBorderBuilder()
CircularGaugeBorderBuilder(CircularGaugeBorder)
Declaration
public CircularGaugeBorderBuilder(CircularGaugeBorder model)
Parameters
Type | Name | Description |
---|---|---|
CircularGaugeBorder | model |
Methods
Color(String)
Gets and sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
public CircularGaugeBorderBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
DashArray(String)
Gets and sets the dash-array of the border.
Declaration
public CircularGaugeBorderBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Width(Double)
Gets and sets the width of the border in circular gauge.
Declaration
public CircularGaugeBorderBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |