Search
DiagramNode.AttachToNode Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AttachToNode (
    DiagramNode node,
    AttachToNode from
)

Visual Basic  Copy Code

Public Sub AttachToNode( _
    node As DiagramNode, _
    from As AttachToNode _
)

 Parameters

node

A reference to the node to whose corner to attach this node.

from

A member of the AttachToNode enumeration specifying to which corner of a node to attach this node.

 See Also