Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfOrientedRectangle.Angle Property

Gets the rotation angle of the rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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