PPCC Namespace
Specifies the alignment of the tab content
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public enum ColorTabAlign |
| Visual Basic (Declaration) |
|---|
Public Enumeration ColorTabAlign |
| Visual C++ |
|---|
public enum class ColorTabAlign |
Members
| Member name | Description | |
|---|---|---|
| Left |
Color Tab content is left aligned
| |
| Center |
Color Tab content is center aligned
| |
| Right |
Color Tab content is right aligned
|