Skip to main content

PdfOrientedRectangle.Angle Property

Gets the rotation angle of the rectangle.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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