QRFrameOptions.TextAlignment Property
In This Article
Specifies how the text is aligned with the frame line.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(QRFrameTextAlignment.Center)]
public virtual QRFrameTextAlignment TextAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
QRFrame |
Center | A QRFrame |
Available values:
Name | Description |
---|---|
Center | The text is aligned to the center of the frame. |
Baseline | The text is aligned to the baseline of the frame. |
#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