A newer version of this page is available.
Switch to the current version.
XRBarCode.BarCodeOrientation Property
Gets or sets how a barcode should be rotated in a report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(BarCodeOrientation.Normal)]
[SRCategory(ReportStringId.CatBehavior)]
public BarCodeOrientation BarCodeOrientation { get; set; }
<DefaultValue(BarCodeOrientation.Normal)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property BarCodeOrientation As BarCodeOrientation
Property Value
Type | Default | Description |
---|---|---|
BarCodeOrientation | Normal |
A BarCodeOrientation enumeration value specifying the angle at which a barcode is rotated. |
Remarks
The set of possible values for this property is specified by the BarCodeOrientation enumeration. Use this property when a barcode needs to be rotated to a particular angle when it's printed. For example, when a barcode is printed near the right or left margins of a report.
See Also
Feedback