BarcodeOptions.RotationAngle Property
Gets or sets the number of degrees the bar code is rotated around the z-axis.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Single | The number of degrees. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RotationAngle |
|---|---|
| BarcodeGenerator |
|
Remarks
A positive value indicates clockwise rotation, a negative value indicates counterclockwise rotation.
See Also