PPCC Namespace
Specifies the edge style of the control
Namespace:
PPCC.ProgressBarAssembly: ColorButton (in ColorButton.dll)
Version: 2.0.0.0
Syntax
| C# |
|---|
public enum EdgeStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration EdgeStyle |
| Visual C++ |
|---|
public enum class EdgeStyle |
Members
| Member name | Description | |
|---|---|---|
| Square |
Draws the gradient from top to bottom
| |
| Round |
Draws the gradient from left to right
|