QRFrameOptions.TextPosition Property
In This Article
Specifies how the text is positioned against the QR code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(QRFrameTextPosition.Bottom)]
public virtual QRFrameTextPosition TextPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
QRFrame |
Bottom | A QRFrame |
Available values:
Name | Description |
---|---|
Top | The text is located on top. |
Bottom | The text is located at the bottom. |
Left | The text is on the left. |
Right | The text is on the right. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Text |
---|---|---|
Cross-Platform Class Library | QRCode |
|
Office File API | QRCode |
|
#Remarks
See QRFrameOptions for the example.
See Also