Members of this enumeration can be assigned to the FillStyle property of a box to specify what gradient fill mode to use for the box interior.
SyntaxVB6
Copy Code
|
|---|
Public Enum EFillStyle |
C++
Copy Code
|
|---|
enum EFillStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
fsSolid |
0 | Do not use color gradient to fill the box. |
![]() |
fsGradientH |
1 | Use horizontal gradient defined by the FillColor and FillColor2 properties. |
![]() |
fsGradientV |
2 | Use vertical gradient defined by the FillColor and FillColor2 properties. |
See Also