Attaches this node to the specified link using the specified attaching type.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void AttachToLink ( |
Visual Basic
Copy Code
|
|---|
Public Sub AttachToLink( _ |
A DiagramLink to whose control point or segment to attach this node.
A value of the AttachToLink enumeration specifying whether to attach the node to a segment or to a control point of the link.
An index of link's control point or segment, depending on the attType value.
See Also