PPCC Namespace
get or set the end color of the color tab separator

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

Syntax

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

See Also