Gets and sets second (to) color of gradient.

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

Syntax

Visual Basic (Declaration)
Public Property Color2 As Color
C#
public Color Color2 { get; set; }
Visual C++
public:
property Color Color2 {
	Color get ();
	void set (Color value);
}
JavaScript
function get_color2();
function set_color2(value);

See Also