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
SyntaxC#
Copy Code
|
|---|
public bool AttachToLongestHSegment ( |
Visual Basic
Copy Code
|
|---|
Public Function AttachToLongestHSegment( _ |
The object to attach to the current group.
false if the node could not be attached; otherwise, true.
See Also