Attaches a node to a link and keeps the initial distance between the node and the link origin when the latter is modified. The distance is measured along the link length, regardless of the number and shape of its segments.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AttachAlongLinkLength ( |
Visual Basic Copy Code |
---|
Public Function AttachAlongLinkLength( _ |
The DiagramNode to be attached.
true to preserve the absolute distance, false to preserve relative distance.
false if the node could not be attached; otherwise, true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |