Attaches a node to the specified segment of the link that is MainItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AttachToLinkSegment ( |
Visual Basic
Copy Code
|
|---|
Public Function AttachToLinkSegment( _ |
The link segment to which the node should 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