PdfOrientedRectangle.Angle Property
In This Article
Gets the rotation angle of the rectangle.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that is the rotation angle of the rectangle in radians. |
#Remarks
A positive value indicates counterclockwise rotation; a negative value indicates clockwise rotation.
See Also