MindFusion.Wpf Pack Programmer's Guide
Diagram.AlignToGrid Property
See Also
 





Gets or sets a value indicating whether the diagram items should be aligned to a grid.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AlignToGrid { get; set; }

Visual Basic  Copy Code

Public Property AlignToGrid As Boolean

 Property Value

true if the grid is activated; otherwise, false. The default is true.

 Remarks

When the property is set to true, the sides of every newly created diagram item are aligned to the nearest grid points.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ShowGrid Property
GridPen Property
GridSizeX Property
GridSizeY Property
AlignPointToGrid Method
AutoAlignNodes Property
DiagramNode.GridAlignPoint Property