Skip to main content
All docs
V26.1
  • QRFrameTextAlignment Enum

    Lists values that indicate the alignment of text in a QR code frame.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public enum QRFrameTextAlignment

    Members

    Name Description
    Center

    Text is centered in a QR code frame.

    Baseline

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

    Related API Members

    The following properties accept/return QRFrameTextAlignment values:

    See Also