PPCC Namespace
Gets or sets whether to draw the button using a gradient

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

Syntax

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

See Also