BarcodeText
Interface
The Barcode text label configuration.
Definition
Package:@progress/kendo-react-barcodes
Properties
color?
string
Sets the color of the text. Any valid CSS color string will work here, 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 set to false, the Barcode will not display the value as text below the barcode lines.
Default:
true