<kendo:linearGauge-pointerItem-track-border>

The border of the track.

Example

<kendo:linearGauge-pointerItem-track>
    <kendo:linearGauge-pointerItem-track-border></kendo:linearGauge-pointerItem-track-border>
</kendo:linearGauge-pointerItem-track>

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-track-border color="color">
</kendo:linearGauge-pointerItem-track-border>

dashType java.lang.String

The dash type of the border.

Example

<kendo:linearGauge-pointerItem-track-border dashType="dashType">
</kendo:linearGauge-pointerItem-track-border>

width float

The width of the border.

Example

<kendo:linearGauge-pointerItem-track-border width="width">
</kendo:linearGauge-pointerItem-track-border>
In this article
Not finding the help you need?