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

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

Syntax

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

See Also