Search
GridLayout.GridSize Property
See Also
 



Gets or sets the distance between adjacent grid points.

 Syntax

VB6  Copy Code

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

C++  Copy Code

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

 Property Value

A long value. The default is 100.

 Remarks

When placing nodes on the grid, the node central points are aligned to the points of the grid.

 See Also