Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOrientedRectangle.Angle Property

Gets the rotation angle of the rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public double Angle { get; }

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