Represent a method that creates actual DiagramLink objects to represent data items on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate DiagramLink InstantiateLink ( |
Visual Basic Copy Code |
---|
Public Delegate Function InstantiateLink( _ |
A data item that should be shown on screen.
A DiagramLink instance.
The delegate method can be assigned to the InstantiateLink property of VirtualizingDiagram to create instances of a custom link type.
WpfDiagram Programmer's Guide | © 2024 MindFusion |