Search
DiagramNode.AttachTo Method
See Also
 





Attaches this node to another diagram item.

 Overload List

Name Description

DiagramNode.AttachTo (DiagramLink, AttachToLink, Int32)

Attaches this node to the specified link using the specified attaching type.

DiagramNode.AttachTo (DiagramNode, AttachToNode)

Attaches this node to the specified node using the specified attaching type.

DiagramNode.AttachTo (DiagramNode, GroupAnchorStyles)

Attaches this node to one or more edges of the specified node.

DiagramNode.AttachTo (DiagramNode, Single, Single)

Attaches this node to the specified main node, keeping original size intact and maintaining original distance to point specified as fraction of main node's size.

DiagramNode.AttachTo (DiagramNode, Single, Single, Single, Single)

Proportionally attaches this node to the specified node.

 See Also