Back to Devexpress

QRFrameTextAlignment Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-3a361744.md

latest1.3 KB
Original Source

QRFrameTextAlignment Enum

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

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum QRFrameTextAlignment
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum QRFrameTextAlignment

Members

NameDescription
Center

The text is aligned to the center of the frame.

| | Baseline |

The text is aligned to the baseline of the frame.

|

The following properties accept/return QRFrameTextAlignment values:

Remarks

See QRFrameOptions for the example.

See Also

DevExpress.XtraPrinting.BarCode Namespace