PPCC Namespace
Specifies the shape of the button

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

Syntax

C#
public enum ButtonShape
Visual Basic (Declaration)
Public Enumeration ButtonShape
Visual C++
public enum class ButtonShape

Members

Member nameDescription
Rectangle
Draws the button as a rectangle
Ellipse
Draws the button as an ellipse

See Also