PPCC Namespace
Specifies the style of the color tab gradient
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public enum GradientStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration GradientStyle |
| Visual C++ |
|---|
public enum class GradientStyle |
Members
| Member name | Description | |
|---|---|---|
| Standard |
Gradient style is set to Standard
| |
| Office |
Gradient style is set to Office
| |
| Vista |
Gradient style is set to Vista
| |
| XP |
Gradient style is set to XP
|