Specifies whether a link end point should automatically snap to the nearest diagram node while the user moves the point's adjustment handle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoSnapToNode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoSnapToNode As Boolean |
true to snap links to nearest node; otherwise, false. Initialized with the value of AutoSnapLinks.
RemarksOnly nodes at a distance smaller than AutoSnapDistance are considered. A link does not snap to its current origin or destination nodes if that would create a self-loop. If there is an AnchorPattern assigned to a node, the link snaps to an anchor point instead of a border point.
See Also