DiagramLite Programmer's Guide
DiagramNode.Detach Method (DiagramNode)
See Also
 





Detaches the specified subordinate node from this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void Detach (
    DiagramNode subordinate
)

Visual Basic  Copy Code

Public Sub Detach( _
    subordinate As DiagramNode _
)

 Parameters

subordinate

The node that should be detached.

 Remarks

This method does nothing if the specified node hasn't been previously attached to this node via the Attach or AttachTo methods.

 See Also

Detach Method Overload List
DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
AttachedNodes Property