Attaches this node to the specified main node, keeping original size intact and maintaining original distance to point specified as fraction of main node's size.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void AttachTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub AttachTo( _ |
A reference to the master node.
Percentage of main node's width.
Percentage of main node's height.
See Also