Search
FlowChart.GridSize Property
See Also
 



Gets or sets the distance between adjacent points in the alignment grid.

 Syntax

VB6  Copy Code

Public Property Get GridSize() As Integer
Public Property Let GridSize( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_GridSize ()
void put_GridSize (
    short value
)

 Property Value

A short value. The default is 16.

 Remarks

Specifies the distance between adjacent grid points or lines.

 See Also