PPCC Namespace
Gets or sets the the shape of the button

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

Syntax

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

See Also