DiagramLite Programmer's Guide
DiagramLink Constructor (DiagramLink)
See Also
 





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

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

 Syntax

C#  Copy Code

public DiagramLink (
    DiagramLink prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As DiagramLink _
)

 Parameters

prototype
The link to use as a prototype. The properties of the new link are initialized from the property values of this link.

 Remarks

This constructor copies the DiagramLink property values from the specified prototype link.

 See Also

DiagramLink Constructor Overload List
DiagramLink Class
MindFusion.Diagramming Namespace