BarcodePropsPremium
Represents the props of the KendoReact Barcode component.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
|
Sets the background color of the Barcode. Accepts a valid CSS color string, including hex and rgb. ts
|
border? |
|
Sets the border of the Barcode. Accepts an object implementing the ts
| |
checksum? |
|
|
Shows or hides the checksum digit next to the value in the text area. ts
|
className? |
|
Sets additional CSS classes to the component. ts
| |
color? |
|
|
Sets the color of the Barcode. Accepts a valid CSS color string, including hex and rgb. ts
|
height? |
|
Sets the height of the Barcode in pixels. You can also set the Barcode dimensions through regular CSS styling. ts
| |
padding? |
|
|
Sets the padding of the Barcode. Accepts a numeric value or an object implementing the ts
|
renderAs? |
|
Sets the preferred rendering engine. The supported values are:
ts
| |
style? |
|
Sets the styles that the component applies. ts
| |
text? |
|
Sets the text label configuration of the Barcode. Accepts an object implementing the ts
| |
type |
|
|
Sets the symbology (encoding) that the Barcode will use. Accepts a value of type ts
|
value |
|
Sets the value of the Barcode. Accepts a string or a number. ts
| |
width? |
|
Sets the width of the Barcode in pixels. You can also set the Barcode dimensions through regular CSS styling. ts
|