BarcodeTextBuilder
Defines the fluent API for configuring the text of the Kendo Barcode for ASP.NET MVC.
Methods
Margin(System.Int32)
The margin of the text. Accepts a number.
Parameters
margin - System.Int32
The value that configures the margin.
Margin(System.Action)
The text margin configuration options.
Parameters
configurator - System.Action<BarcodeSpacingBuilder>
The action that configures the margins of the text.
Color(System.String)
The color of the text. Accepts a valid CSS color string, including hex and rgb.
Parameters
color - System.String
The value that configures the color.
Font(System.String)
The font of the text. Accepts a string - the name of the font.
Parameters
font - System.String
The value that configures the font.
Visible(System.Boolean)
The visibility of the text.