BarcodeProps
Represents the props of the KendoReact Barcode component.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
|
The background color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
border? |
|
The border of the Barcode. | |
checksum? |
|
|
If set to |
className? |
|
Sets additional CSS classes to the component. | |
color? |
|
|
The color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
height? |
|
The height of the Barcode in pixels. The Barcode dimensions can also be set through regular CSS styling. | |
padding? |
|
|
The padding of the Barcode. A numeric value sets all paddings. |
renderAs? |
|
Sets the preferred rendering engine. The supported values are:
| |
style? |
|
The styles that are applied to the component. | |
text? |
|
The Barcode text label configuration. | |
type |
|
|
The symbology (encoding) the Barcode will use. |
value |
|
The value of the Barcode. | |
width? |
|
The width of the Barcode in pixels. The Barcode dimensions can also be set through regular CSS styling. |