Search
Group.AttachAlongLinkLength Method
See Also
 





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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AttachAlongLinkLength (
    DiagramNode node,
    bool relativeDistance
)

Visual Basic  Copy Code

Public Function AttachAlongLinkLength( _
    node As DiagramNode, _
    relativeDistance As Boolean _
) As Boolean

 Parameters

node

The DiagramNode to be attached.

relativeDistance

true to preserve the absolute distance, false to preserve relative distance.

 Return Value

false if the node could not be attached; otherwise, true.

 See Also