Kendo.Mvc.UI.Fluent.BarcodeSpacingBuilder
Defines the fluent API for configuring the spacing of the Kendo Barcode for ASP.NET MVC.
Methods
Top(System.Int32)
The top spacing of the Barcode.
Parameters
value System.Int32
The value that configures the top spacing.
Bottom(System.Int32)
The bottom spacing of the Barcode.
Parameters
value System.Int32
The value that configures the bottom spacing.
Left(System.Int32)
The left spacing of the Barcode.
Parameters
value System.Int32
The value that configures the left spacing.
Right(System.Int32)
The right spacing of the Barcode.
Parameters
value System.Int32
The value that configures the right spacing.