DiagramLite Programmer's Guide
DiagramNode.AttachTo Method
See Also
 





Attaches this node to the specified master node so that when the master is moved, the attached node follows it.

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

 Syntax

C#  Copy Code

public void AttachTo (
    DiagramNode node
)

Visual Basic  Copy Code

Public Sub AttachTo( _
    node As DiagramNode _
)

 Parameters

node

A DiagramNode instance specifying the master node.

 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
MasterNode Property