QRFrameOptions.TextAlignment Property
Specifies how the text is aligned with the frame line.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[DefaultValue(QRFrameTextAlignment.Center)]
public virtual QRFrameTextAlignment TextAlignment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| QRFrameTextAlignment | Center | A QRFrameTextAlignment value that defines the text alignment. |
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 TextAlignment |
|---|---|---|
| Cross-Platform Class Library | QRCodeGenerator |
|
| Office File API | QRCodeOptions |
|
Remarks
See QRFrameOptions for the example.
See Also