BarcodeTextSettingsTagHelper
Example
Razor
<barcode-text>
<margin />
</barcode-text>
ChildTags
| Tag Name | Details |
|---|---|
| margin | BarcodeTextMarginSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the text. Any valid CSS color string will work here, including hex and rgb. |
| font | String | The font of the text. |
| visible | Boolean | If set to false the barcode will not display the value as a text below the barcode lines. |