<kendo:barcode-border>

The border of the barcode area.

Example

<kendo:barcode>
    <kendo:barcode-border></kendo:barcode-border>
</kendo:barcode>

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

dashType java.lang.String

The dash type of the border.

Example

<kendo:barcode-border dashType="dashType">
</kendo:barcode-border>

width float

The width of the border.

Example

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