Gets and sets agngle of gradient (clockwize from 9 hours).

Namespace:  Greatis.GradientControls
Assembly:  Greatis.GradientControls (in Greatis.GradientControls.dll)

Syntax

Visual Basic (Declaration)
Public Property Angle As Single
C#
public float Angle { get; set; }
Visual C++
public:
property float Angle {
	float get ();
	void set (float value);
}
JavaScript
function get_angle();
function set_angle(value);

See Also