RectangleQRFrameOptions.TextAlignment Property
Specifies the alignment of the text displayed in the frame.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| QRFrameTextAlignment | An enumeration value that specifies the text alignment. |
Available values:
| Name | Description |
|---|---|
| Center | Text is centered in a QR code frame. |
| Baseline | Text is aligned to the baseline in a QR code frame. |
See Also