PPCC Namespace
Gets or sets the selected color tab gradient end color

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

Syntax

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

See Also