Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithCodeTextVerticalAlignment(DXStringAlignment) Method

    Specifies the vertical alignment of the bar code text within the bar code image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithCodeTextVerticalAlignment(
        DXStringAlignment alignment
    )

    Parameters

    Name Type Description
    alignment DXStringAlignment

    Vertical alignment type.

    Returns

    Type Description
    TBuilder

    The builder object with the updated vertical alignment.

    See Also