Back to Devexpress

BarCodeCaption.HorizontalAlignment Property

officefileapi-devexpress-dot-barcodes-dot-barcodecaption-7bb48a03.md

latest1.4 KB
Original Source

BarCodeCaption.HorizontalAlignment Property

Gets or sets the horizontal alignment of the text displayed in the bar code caption.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public DXStringAlignment HorizontalAlignment { get; set; }
vb
Public Property HorizontalAlignment 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

BarCodeCaption Class

BarCodeCaption Members

DevExpress.BarCodes Namespace