Skip to main content
All docs
V23.2

QRFrameOptions.TextAlignment Property

Specifies how the text is aligned with the frame line.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.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
.FrameOptions .TextAlignment
Office File API QRCodeOptions
.FrameOptions .TextAlignment

Remarks

See QRFrameOptions for the example.

See Also