PPCC Namespace
Specifies the direction to draw the gradient
Namespace:
PPCC.ColorPickerAssembly: ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381
Syntax
| C# |
|---|
public enum Direction |
| Visual Basic (Declaration) |
|---|
Public Enumeration Direction |
| Visual C++ |
|---|
public enum class Direction |
Members
| Member name | Description | |
|---|---|---|
| Vertical |
Draws the gradient from top to bottom
| |
| Horizontal |
Draws the gradient from left to right
|