<kendo:arcGauge-gaugeArea-border>
The border of the gauge area.
Example
<kendo:arcGauge-gaugeArea>
<kendo:arcGauge-gaugeArea-border></kendo:arcGauge-gaugeArea-border>
</kendo:arcGauge-gaugeArea>
Configuration Attributes
color java.lang.String
The color of the border. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:arcGauge-gaugeArea-border color="color">
</kendo:arcGauge-gaugeArea-border>
dashType java.lang.String
Specifies the line dash type.
Example
<kendo:arcGauge-gaugeArea-border dashType="dashType">
</kendo:arcGauge-gaugeArea-border>
opacity float
The opacity of the border. By default the border is opaque.
Example
<kendo:arcGauge-gaugeArea-border opacity="opacity">
</kendo:arcGauge-gaugeArea-border>
width float
The width of the border.
Example
<kendo:arcGauge-gaugeArea-border width="width">
</kendo:arcGauge-gaugeArea-border>