Gets or sets the distance between adjacent grid points.
SyntaxVB6
Copy Code
|
|---|
Public Property Get GridSize() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 100.
RemarksWhen placing nodes on the grid, the node central points are aligned to the points of the grid.
See Also