Creates a new DiagramLink instance between the specified table and the specified node, and adds it to the Links collection of the underlying diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DiagramLink CreateDiagramLink ( |
Visual Basic Copy Code |
---|
Public Function CreateDiagramLink( _ |
The origin node.
The zero-based index of the destination table row of the new link.
The destination node.
The newly created DiagramLink instance.
The method creates a link connecting the table specified by origin and the node specified by destination. For further customization of the link, use the properties and methods of the DiagramLink class.
WpfDiagram Programmer's Guide | © 2024 MindFusion |