<kendo:linearGauge-gaugeArea-border>

The border of the gauge area.

Example

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

dashType java.lang.String

The dash type of the border.

Example

<kendo:linearGauge-gaugeArea-border dashType="dashType">
</kendo:linearGauge-gaugeArea-border>

width float

The width of the border.#### Example - set gaugeArea border width

Example

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