PPCC Namespace
Specifies the edge style of the control

Namespace:  PPCC.ProgressBar
Assembly:  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 nameDescription
Square
Draws the gradient from top to bottom
Round
Draws the gradient from left to right

See Also