Represent a method that creates actual DiagramLink objects to represent data items on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThe delegate method can be assigned to the InstantiateLink property of VirtualizingDiagram to create instances of a custom link type.
See Also