textObject

Can be set to a JavaScript object which represents the text configuration.

Example

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  value:"123456",
  width: 300,
  text:{
    color: "red",
    font: "20px sans-serif"
  }
});
</script>
In this article
textRelated Properties
Not finding the help you need?
Contact Support