PPCC Namespace
Gets or sets whether a gradient bar is shown

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

Syntax

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

See Also