TdxBarCodeProperties.RotationAngle Property
In This Article
Rotates the barcode.
#Declaration
Delphi
property RotationAngle; default ra0;
#Property Value
Type | Default |
---|---|
Tcx |
ra0 |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ra0 | No rotation is in effect. A control shows a generated barcode as is. | ![]() |
ra |
A barcode rotates left by 90 degrees (the encoded text direction is from bottom to top). | ![]() |
ra |
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