Skip to main content
All docs
V24.2

QRFrameTextAlignment Enum

Lists values that used to set the text alignment for a QR Code’s frame.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[ResourceFinder(typeof(ResFinder))]
public enum QRFrameTextAlignment

#Members

Name Description
Center

The text is aligned to the center of the frame.

Baseline

The text is aligned to the baseline of the frame.

#Related API Members

The following properties accept/return QRFrameTextAlignment values:

#Remarks

See QRFrameOptions for the example.

See Also