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

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRFrameTextPosition TextPosition { get; set; }

    Property Value

    Type Description
    QRFrameTextPosition

    The QR code’s frame text position.

    Available values:

    Name Description
    Top

    Text is positioned at the top of a QR code frame.

    Bottom

    Text is positioned at the bottom of a QR code frame.

    Left

    Text is positioned on the left side of a QR code frame.

    Right

    Text is positioned on the right side of a QR code frame.

    See Also