Search
Arrow.FillColor Property
See Also
 



Gets or sets in what color to fill the interior of the arrowhead shapes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FillColor ()
void put_FillColor (
    unsigned int value
)

 Property Value

A color object. Initialized with FlowChart.ArrowFillColor.

 Remarks

This property defines the color of the arrowhead interior, assuming the arrowhead has any interior at all.

 See Also