Attaches a node to the specified control point of the link that is MainItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AttachToLinkPoint ( |
Visual Basic Copy Code |
---|
Public Function AttachToLinkPoint( _ |
The link point to which the node should be attached.
false if the node could not be attached; otherwise, true.
You can use this method when the main item of the group is a link. When the user moves the link control point whose index is passed as argument, the attached node is also moved with the same translation vector as that of the control point.
WpfDiagram Programmer's Guide | © 2024 MindFusion |