PPCC Namespace
Gets or sets whether a gradient is drawn to the Color Tab Selector button(s) and header

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

See Also