---
title: textProps API
description: "API Index | textProps"
api_reference: true
slug: api_barcode_textprops_wrapper
---

# TextProps

### text-color `String`

The color of the text. Accepts any valid CSS color string, including hex and rgb.

### text-font `String`

The font of the text.

### text-margin-bottom `Number`

The bottom margin of the text.

### text-margin-left `Number`

The left margin of the text.

### text-margin-right `Number`

The right margin of the text.

### text-margin-top `Number`

The top margin of the text.

### text-visible `Boolean`

If set to `false`, the Barcode will not display the value as a text below the barcode lines.

## Suggested Links

* [`text` in Kendo UI Barcode for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/barcode/configuration/text)
