DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public void Attach (
    DiagramNode subordinate
)

Visual Basic  Copy Code

Public Sub Attach( _
    subordinate As DiagramNode _
)

 Parameters

subordinate

A DiagramNode instance specifying the node that should be attached.

 Remarks

Layout algorithms can treat a group of attached nodes either as a single node to be placed in the arranged graph, or as distinct nodes whose final positions are set independently from the initial group layout. This is controlled via the KeepGroupLayout property.

 See Also

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