DiagramLite Programmer's Guide
DiagramLink Constructor (Diagram, DiagramNode, DiagramNode)
See Also
 





Initializes a new instance of the DiagramLink class between the specified nodes using the specified diagram link as a prototype.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Function DiagramLink ( _
    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 Namespace