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
SyntaxC#
Copy Code
|
|---|
public void Attach ( |
Visual Basic
Copy Code
|
|---|
Public Sub Attach( _ |
The subordinate node to attach.
See Also