Class LinearGaugeBorderBuilder
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.LinearGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeBorderBuilder : ControlBuilder
Constructors
LinearGaugeBorderBuilder()
Declaration
public LinearGaugeBorderBuilder()
LinearGaugeBorderBuilder(LinearGaugeBorder)
Declaration
public LinearGaugeBorderBuilder(LinearGaugeBorder model)
Parameters
Type | Name | Description |
---|---|---|
LinearGaugeBorder | model |
Methods
Color(String)
Sets and gets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
public LinearGaugeBorderBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
LinearGaugeBorderBuilder |
DashArray(String)
Sets and gets the dash-array of the border.
Declaration
public LinearGaugeBorderBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
LinearGaugeBorderBuilder |
Width(Double)
Sets and gets the width of the border.
Declaration
public LinearGaugeBorderBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
LinearGaugeBorderBuilder |