Detaches this node from its current master node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Detach () |
Visual Basic
Copy Code
|
|---|
Public Sub Detach () |
RemarksThis method does nothing if the node hasn't been previously attached to another node via the Attach or AttachTo methods.
See Also