Attaches this node to the specified node using the specified attaching type.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void AttachTo ( |
Visual Basic Copy Code |
---|
Public Sub AttachTo( _ |
This method attaches the current node to the corner of another node. If there isn't a Group instance already associated with the master item, one is created automatically by this method. The group is then accessible by the master's SubordinateGroup property, or this node's MasterGroup property.
The node is attached by calling the AttachToCorner method of Group. The attached node then maintains its original offset from another node's corner point.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |