Gets and sets round value all corners.

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

Syntax

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

See Also