PPCC Namespace
Gets or sets the the shape of the button

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

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