Search
DiagramLink Constructor (DiagramLink)
See Also
 






Creates a new DiagramLink instance

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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