Attaches a node to the specified segment of the link that is MainItem.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AttachToLinkSegment ( |
Visual Basic Copy Code |
---|
Public Function AttachToLinkSegment( _ |
The DiagramNode to be attached.
false if the node could not be attached; otherwise, true.
Call this method when the main item of the group is a link. When the specified link segment changes its position, the position of the attached node is also changed, so their mutual distance and orientation are preserved.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |