<kendo:circularGauge-scale-labels-border>

The border of the labels.

Example

<kendo:circularGauge-scale-labels>
    <kendo:circularGauge-scale-labels-border></kendo:circularGauge-scale-labels-border>
</kendo:circularGauge-scale-labels>

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:circularGauge-scale-labels-border color="color">
</kendo:circularGauge-scale-labels-border>

dashType java.lang.String

The dash type of the border.

Example

<kendo:circularGauge-scale-labels-border dashType="dashType">
</kendo:circularGauge-scale-labels-border>

opacity float

The opacity of the border. By default the border is opaque.

Example

<kendo:circularGauge-scale-labels-border opacity="opacity">
</kendo:circularGauge-scale-labels-border>

width float

The width of the border.

Example

<kendo:circularGauge-scale-labels-border width="width">
</kendo:circularGauge-scale-labels-border>
In this article
Not finding the help you need?