Gets and sets round value of bottom left corner.

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

Syntax

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

See Also