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





Adds an item to the group, attaching it to the middle point of a side of the master node.

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

 Syntax

C#  Copy Code

public bool AttachToSideMiddle (
    DiagramNode node,
    int side
)

Visual Basic  Copy Code

Public Function AttachToSideMiddle( _
    node As DiagramNode, _
    side As Integer _
) As Boolean

 Parameters

node

The object to attach to the current group.

side

The corner to attach to.

 Return Value

false if the node could not be attached; otherwise, true.

 See Also

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace