Search
FlowChart.ArrowFillColor Property
See Also
 



Gets or sets the default fill color of new arrows.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_ArrowFillColor ()
void put_ArrowFillColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:255,255,255 (white).

 Remarks

Default value for the FillColor property of newly created arrows. Arrowhead shapes are filled using this color.

 See Also