Kendo.Mvc.UI.Fluent.BarcodeBorderBuilder
Defines the fluent API for configuring the border of the Kendo Barcode for ASP.NET MVC.
Methods
Color(System.String)
The color of the text. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value that configures the color.
Width(System.Int32)
The width of the border.
Parameters
value System.Int32
The value that configures the width.
DashType(Kendo.Mvc.UI.ChartDashType)
Specifies the line dash type.
Parameters
value Kendo.Mvc.UI.ChartDashType
The value that configures the dashtype.