PPCC Namespace
Specifies the orientation of the button contents
Namespace:
PPCC.ColorButtonAssembly: ColorButton (in ColorButton.dll)
Version: 2.0.0.0
Syntax
| C# |
|---|
public enum ButtonOrientation |
| Visual Basic (Declaration) |
|---|
Public Enumeration ButtonOrientation |
| Visual C++ |
|---|
public enum class ButtonOrientation |
Members
| Member name | Description | |
|---|---|---|
| Horizontal |
Draws the button content with horizontal alignment
| |
| Vertical |
Draws the button content with vertical alignment
|