A newer version of this page is available.
Switch to the current version.
XRBarCode.Alignment Property
Gets or sets the alignment of the barcode object in the control rectangle.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(TextAlignment.TopLeft)]
[SRCategory(ReportStringId.CatAppearance)]
public TextAlignment Alignment { get; set; }
<DefaultValue(TextAlignment.TopLeft)>
<SRCategory(ReportStringId.CatAppearance)>
Public Property Alignment As TextAlignment
Property Value
Type | Default | Description |
---|---|---|
TextAlignment | TopLeft |
A TextAlignment enumeration value that specifies how the barcode is aligned in the control. |
Remarks
Also use the XRBarCode.TextAlignment property to specify how the text should be aligned within the barcode.
See Also
Feedback