<kendo:qRCode-border>

The border of the QR code.

Example

<kendo:qRCode>
    <kendo:qRCode-border></kendo:qRCode-border>
</kendo:qRCode>

Configuration Attributes

color java.lang.String

The color of the border. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:qRCode-border color="color">
</kendo:qRCode-border>

width float

The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.

Example

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