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

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

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