Gets the DiagramLink that represents the specified data item on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramLink GetDiagramLink ( |
Visual Basic
Copy Code
|
|---|
Public Function GetDiagramLink( _ |
An element of LinksSource.
A DiagramLink representing the specified data item, or null if the item is not shown on screen.
See Also