Gets and sets round value of bottom right corner.

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

Syntax

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

See Also