CornerQRFrameOptions.TextAlignment Property
Gets or sets a QR code’s frame text alignment.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| QRFrameTextAlignment | The QR code’s frame 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