PPCC Namespace
Gets or sets the gradient start color

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

Syntax

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

See Also