Skip to main content
All docs
V26.1
  • BarcodeLabel.Alignment Property

    Gets or sets the horizontal alignment of the label text.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public DXStringAlignment Alignment { get; set; }

    Property Value

    Type Description
    DXStringAlignment

    The horizontal alignment.

    Available values:

    Name Description
    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