PPCC Namespace
Specifies the Color Tab separator style of the color tab
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public enum ColorTabSeparatorStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration ColorTabSeparatorStyle |
| Visual C++ |
|---|
public enum class ColorTabSeparatorStyle |
Members
| Member name | Description | |
|---|---|---|
| StyleFlat |
Color Tab separator is shown as single color flat
| |
| Style3D |
Color Tab separator is shown as two lines to appear 3D
| |
| StyleGradient |
Color Tab separator is shown as a gradient
|