Search
FlowChart.ShowGrid Property
See Also
 



Gets or sets a value indicating whether the alignment grid should be visible.

 Syntax

VB6  Copy Code

Public Property Get ShowGrid() As Boolean
Public Property Let ShowGrid( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ShowGrid ()
void put_ShowGrid (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Set to true makes the grid point visible.

 See Also