Gets or sets the desired distance between adjacent grid points.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public double GridSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridSize As Double |
When placing a node at a grid position, the node center point is aligned to the grid point at that position.