Adds an item to the group, attaching it to the middle point of a side of the master node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AttachToSideMiddle ( |
Visual Basic
Copy Code
|
|---|
Public Function AttachToSideMiddle( _ |
The object to attach to the current group.
The corner to attach to.
false if the node could not be attached; otherwise, true.
See Also