Creates a new DiagramLink instance
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The link to use as a prototype. The properties of the new link are initialized from the property values of this link.
RemarksThis constructor copies the DiagramLink property values from the specified prototype link.
See Also