Gets or sets the direction of the shadow. It is measured counterclockwise from the x-axis.

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);
}