Back to Devexpress

BarCode.CodeTextHorizontalAlignment Property

officefileapi-devexpress-dot-barcodes-dot-barcode-a74a60a7.md

latest1.4 KB
Original Source

BarCode.CodeTextHorizontalAlignment Property

Get or sets the horizontal alignment of the bar code text within the bar code image.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public DXStringAlignment CodeTextHorizontalAlignment { get; set; }
vb
Public Property CodeTextHorizontalAlignment As DXStringAlignment

Property Value

TypeDescription
DXStringAlignment

An enumeration value that indicates the horizontal alignment type.

|

Available values:

NameDescription
Near

The text is aligned near the layout.

| | Center |

Text is aligned in the center of the layout rectangle.

| | Far |

The text is aligned far from the original position of the layout rectangle.

|

See Also

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace