QRFrameTextPosition Enum
Lists values that indicate the position of text in a QR code frame.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Top
|
Text is positioned at the top of a QR code frame. |
Bottom
|
Text is positioned at the bottom of a QR code frame. |
Left
|
Text is positioned on the left side of a QR code frame. |
Right
|
Text is positioned on the right side of a QR code frame. |
Related API Members
The following properties accept/return QRFrameTextPosition values:
See Also