ArcGaugeGaugeAreaBorderSettingsBuilder
Defines the fluent API for configuring the ArcGaugeGaugeAreaBorderSettings settings.
Methods
Color(System.String)
The color of the border. Any valid CSS color string will work here, including hex and rgb.
Parameters
value - System.String
The value that configures the color.
Opacity(System.Double)
The opacity of the border. By default the border is opaque.
Parameters
value - System.Double
The value that configures the opacity.
Width(System.Double)
The width of the border.
Parameters
value - System.Double
The value that configures the width.
DashType(Kendo.Mvc.UI.DashType)
Specifies the line dash type.
Parameters
value - DashType
The value that configures the dashtype.