<kendo:linearGauge-pointerItem-border>
The border of the pointer.
Example
<kendo:linearGauge-pointerItem>
<kendo:linearGauge-pointerItem-border></kendo:linearGauge-pointerItem-border>
</kendo:linearGauge-pointerItem>
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:linearGauge-pointerItem-border color="color">
</kendo:linearGauge-pointerItem-border>
dashType java.lang.String
The dash type of the border.
Example
<kendo:linearGauge-pointerItem-border dashType="dashType">
</kendo:linearGauge-pointerItem-border>
width float
The width of the border.
Example
<kendo:linearGauge-pointerItem-border width="width">
</kendo:linearGauge-pointerItem-border>