PPCC Namespace
Gets or sets the gradient start color of the non-selected item for the Color Tab Selector

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

Syntax

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

See Also