MindFusion.Wpf Pack Programmer's Guide
Group.AttachCustom Method
See Also
 





Attaches a new node to the group.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AttachCustom (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function AttachCustom( _
    node As DiagramNode _
) As Boolean

 Parameters

node

A subordinate node whose position depends on the position of the group master item.

 Return Value

true if the node has been attached to this group successfully, or false otherwise.

 Remarks

This method is used in conjunction with an UpdateGroup override defined in derived item types. The UpdateGroup override must set the position of attached nodes by calling their SetBounds method.

 See Also

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace