PPCC Namespace
Gets or sets the BackDownColor of the button

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

Syntax

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

See Also