QRFrameOptions.TextAlignment Property
Specifies how the text is aligned with the frame line.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty]
public virtual QRFrameTextAlignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
QRFrameTextAlignment | 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