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





Adds an item to the group, maintaining its relative position to the longest horizontal segment of the master link.

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

 Syntax

C#  Copy Code

public bool AttachToLongestHSegment (
    DiagramNode node
)

Visual Basic  Copy Code

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

 Parameters

node

The object to attach to the current group.

 Return Value

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

 See Also

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace