PPCC Namespace
Gets or sets the current color held by ColorPicker

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

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

See Also