Search
DiagramNode.Attach Method
See Also
 






Attaches the specified subordinate node to this node, so that when this node is moved, the subordinate follows it.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Attach (
    DiagramNode subordinate
)

Visual Basic  Copy Code

Public Sub Attach( _
    subordinate As DiagramNode _
)

 Parameters

subordinate

The subordinate node to attach.

 See Also