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

    Specifies the position of the text displayed relative to the QR code.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRFrameTextPosition TextPosition { get; set; }

    Property Value

    Type Description
    QRFrameTextPosition

    An enumeration value that specifies the 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