Creates a new DiagramLink instance between the specified tree items and adds it to the Links collection of the underlying diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink CreateDiagramLink ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateDiagramLink( _ |
The origin node.
The origin item.
The destination node.
The destination item.
The newly created DiagramLink instance.
See Also