PPCC Namespace
Gets or sets the gradient end color

Namespace:  PPCC.ProgressBar
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public Color GradientEndColor { get; set; }
Visual Basic (Declaration)
Public Property GradientEndColor As Color
Visual C++
public:
property Color GradientEndColor {
	Color get ();
	void set (Color value);
}

See Also