Creates a new DiagramLink instance between the specified nodes and the specified table, and adds it to the Links collection of the underlying diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramLink CreateDiagramLink ( |
Visual Basic Copy Code |
---|
Public Function CreateDiagramLink( _ |
The origin node.
The destination node.
The zero-based index of the destination table row of the new link.
The newly created DiagramLink instance.
The method creates a link connecting the node specified by origin and the table specified by destination.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |