Gets and sets angle.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.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