Back to Devexpress

TdxCustomBarCodeProperties.RotationAngle Property

vcl-dxbarcode-dot-tdxcustombarcodeproperties-bf82d9c6.md

latest1.2 KB
Original Source

TdxCustomBarCodeProperties.RotationAngle Property

Rotates the generated barcode.

Declaration

delphi
property RotationAngle: TcxRotationAngle read; write;

Property Value

Type
TcxRotationAngle

Remarks

Options include:

ValueDescriptionExample
ra0No rotation is applied. A barcode is displayed as is.
raPlus90A barcode is rotated left by 90 degrees.
raMinus90A barcode is rotated right by 90 degrees.
ra180A barcode is displayed upside down (i.e., rotated by 180 degrees).

See Also

TdxCustomBarCodeProperties Class

TdxCustomBarCodeProperties Members

dxBarCode Unit