Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCodeProperties.RotationAngle Property

Rotates the barcode.

#Declaration

Delphi
property RotationAngle; default ra0;

#Property Value

Type Default
TcxRotationAngle ra0

#Remarks

Options include:

Value Description Example
ra0 No rotation is in effect. A control shows a generated barcode as is.
raPlus90 A barcode rotates left by 90 degrees (the encoded text direction is from bottom to top).
raMinus90 A barcode rotates right by 90 degrees (the encoded text direction is from top to bottom).
ra180 A barcode rotates by 180 degrees (that is, a barcode control displays it upside down).

The default RotationAngle property value is ra0.

See Also