Gets and sets round value of top left corner.

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

Syntax

Visual Basic (Declaration)
Public Property TopLeft As Integer
C#
public int TopLeft { get; set; }
Visual C++
public:
property int TopLeft {
	int get ();
	void set (int value);
}
JavaScript
function get_topLeft();
function set_topLeft(value);

See Also