PPCC Namespace
Specifies the shape of the button
Namespace:
PPCC.ColorPickerAssembly: 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 name | Description | |
|---|---|---|
| Rectangle |
Draws the button as a rectangle
| |
| Ellipse |
Draws the button as an ellipse
|