New to Telerik UI for ASP.NET MVC? Download free 30-day trial

QRBorderBuilder

Methods

Width(System.Int32)

Sets the border width.

Parameters

width - System.Int32

The border width.

Example


            @(Html.Kendo().QRCode()
                .Name("qrCode")
                .Border(border => border.Width(5))
            )

Color(System.String)

Sets the border color.

Parameters

color - System.String

The border color.

Example


            @(Html.Kendo().QRCode()
                .Name("qrCode")
                .Border(border => border.Color("black"))
            )

In this article
Not finding the help you need?