Back to Devexpress

BarCode.CodeTextVerticalAlignment Property

officefileapi-devexpress-dot-barcodes-dot-barcode-9d7c9f9a.md

latest1.4 KB
Original Source

BarCode.CodeTextVerticalAlignment Property

Get or sets the vertical 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 CodeTextVerticalAlignment { get; set; }
vb
Public Property CodeTextVerticalAlignment As DXStringAlignment

Property Value

TypeDescription
DXStringAlignment

An enumeration value that indicates the vertical 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