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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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