PPCC Namespace
Gets or sets wether to show gradient on tab strip

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

Syntax

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

See Also