Gets or sets rotation angle (degree) of a shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Rotation { get; set; }
Visual Basic
Public Property Rotation As Integer
	Get
	Set
Visual C++
public:
property int Rotation {
	int get ();
	void set (int value);
}

See Also