BarcodeText
Interface
Represents the Barcode text label.
Definition
Package:@progress/kendo-angular-barcodes
Properties
color?
string
Sets the color of the text. Accepts any valid CSS color string, including hex and rgb.
Default:
"black"
font?
string
Sets the font of the text.
Default:
"16px Consolas, Monaco, Sans Mono, monospace, sans-serif"
visible?
boolean
Shows or hides the Barcode text label.
If you set this property to false, the Barcode does not display the value as text below the barcode lines.
Default:
true