Skip to main content
All docs
V26.1
  • CornerQRFrameOptions.TextAlignment Property

    Gets or sets a QR code’s frame text alignment.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRFrameTextAlignment TextAlignment { get; set; }

    Property Value

    Type Description
    QRFrameTextAlignment

    The QR code’s frame text alignment.

    Available values:

    Name Description
    Center

    Text is centered in a QR code frame.

    Baseline

    Text is aligned to the baseline in a QR code frame.

    See Also