Detaches the specified subordinate node from this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public void Detach ( |
Visual Basic Copy Code |
---|
Public Sub Detach( _ |
The node that should be detached.
This method does nothing if the specified node hasn't been previously attached to this node via the Attach or AttachTo methods.