MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GridAlignPoint Property
See Also
 





Gets or sets the node's point that should align to a grid point when the node is moved.

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

 Syntax

C#  Copy Code

public RelativePosition GridAlignPoint { get; set; }

Visual Basic  Copy Code

Public Property GridAlignPoint As RelativePosition

 Property Value

A RelativePosition instance. The default value is null.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
AlignToGrid Property