Attaches a node to the specified segment of the link that is MainItem.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksCall 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.
See Also