Gets or sets the skewing angle.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException The specified value is not range from -45 to 45.