BarcodePropsPremium
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. ts
|
border? |
|
The border of the Barcode. Accepts an object implementing the ts
| |
checksum? |
|
|
If set to ts
|
className? |
|
Sets additional CSS classes to the component. ts
| |
color? |
|
|
The color of the Barcode. Accepts a valid CSS color string, including hex and rgb. ts
|
height? |
|
The height of the Barcode in pixels. The Barcode dimensions can also be set through regular CSS styling. ts
| |
padding? |
|
|
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? |
|
The styles that are applied to the component. ts
| |
text? |
|
The Barcode text label configuration. Accepts an object implementing the ts
| |
type |
|
|
The symbology (encoding) the Barcode will use. Accepts a value of type ts
|
value |
|
The value of the Barcode. Accepts a string or a number. ts
| |
width? |
|
The width of the Barcode in pixels. The Barcode dimensions can also be set through regular CSS styling. ts
|