Attaches specified node to this group, keeping original size intact and maintaining original distance to point specified as fraction of main node's size.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AttachToFractionalPosition ( |
Visual Basic
Copy Code
|
|---|
Public Function AttachToFractionalPosition( _ |
The DiagramNode to be attached.
Percentage of main node's width.
Percentage of main node's height.
true if specified node was attached to the group, or false otherwise.
See Also