Search
DiagramNode.AttachToLink Method (DiagramLink, AttachToLink)
See Also
 






Attaches this node to the specified link using the specified attaching type.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AttachToLink (
    DiagramLink link,
    AttachToLink from
)

Visual Basic  Copy Code

Public Sub AttachToLink( _
    link As DiagramLink, _
    from As AttachToLink _
)

 Parameters

link

A DiagramLink to whose control point or segment to attach this node.

from

A value of the AttachToLink enumeration specifying whether to attach the node to a segment or to a control point of the link.

 See Also