Search
FlowChart.GridColor Property
See Also
 



Gets or sets the color used to draw the alignment grid's points.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_GridColor ()
void put_GridColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:140,140,150 (gray).

 Remarks

The grid points or lines are painted with this color.

 See Also