ASP.NET Pack Programmer's Guide
GridLayout.GridSize Property
See Also
 





Gets or sets the desired distance between adjacent grid points.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float GridSize { get; set; }

Visual Basic  Copy Code

Public Property GridSize As Single

 Property Value

A float number specifying the grid size. The default is 25.

 Remarks

When placing a node at a grid position, the node center point is aligned to the grid point at that position.

 See Also

GridLayout Members
GridLayout Class
MindFusion.Diagramming.Layout Namespace