Search
EFillStyle Enumeration
See Also
 



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.

 Syntax

VB6  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