Search
FlowChart.ArrowColor Property
See Also
 



Gets or sets the default color of new arrows.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_ArrowColor ()
void put_ArrowColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:0,0,0 (black).

 Remarks

Default color for new arrows. The arrows' segment lines are painted using this color.

 See Also