New to Telerik UI for ASP.NET Core? Download free 30-day trial

BarcodeTextBuilder

Methods

Margin(System.Int32)

The margin of the text. Accepts a number.

Parameters

margin - System.Int32

The value that configures the margin.

Margin(System.Action)

The text margin configuration options.

Parameters

configurator - System.Action<BarcodeSpacingBuilder>

The action that configures the margins of the text.

Color(System.String)

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

Parameters

color - System.String

The value that configures the color.

Font(System.String)

The font of the text. Accepts a string - the name of the font.

Parameters

font - System.String

The value that configures the font.

Visible(System.Boolean)

The visibility of the text.

Parameters

isVisible - System.Boolean
In this article
Not finding the help you need?