Gets or sets the angle of box rotation.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also