MindFusion.Wpf Pack Programmer's Guide
DiagramLink Constructor (Diagram, DiagramNode, DiagramNode)
See Also
 





Initializes a new instance of the DiagramLink class between the specified nodes with default values supplied form the specified Diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramLink (
    Diagram parent,
    DiagramNode origin,
    DiagramNode destination
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram, _
    origin As DiagramNode, _
    destination As DiagramNode _
)

 Parameters

parent
The Diagram from which to obtain default values for the link properties.
origin

The origin node of the new link.

destination

The destination node of the new link.

 See Also

DiagramLink Constructor Overload List
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace