PPCC Namespace
Shows or hides the gradient effect on the color tab strip

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.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