Represent a method that creates actual DiagramLink objects to represent data items on screen.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public delegate DiagramLink InstantiateLink ( |
Visual Basic
![]() |
---|
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.