Search
Box.FillColor2 Property
See Also
 



Gets or sets a color used to fill the box interior with a gradient.

 Syntax

VB6  Copy Code

Public Property Get FillColor2() As Long
Public Property Let FillColor2( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_FillColor2 ()
void put_FillColor2 (
    unsigned int value
)

 Property Value

A color value. Initialized with FlowChart.BoxFillColor2.

 Remarks

Sets the second color for gradient brushes, used if the box FillStyle is set to fsGradientH or fsGradientV.

 See Also