Finds the link that has the specified tag value.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DiagramLink FindLink ( |
Visual Basic Copy Code |
---|
Public Function FindLink( _ |
A .NET object assigned as a tag and characterizing the link to be searched for.
The DiagramLink instance if found; otherwise, null (Nothing in Visual Basic).
Use this method to find a link that has been marked earlier with the specified tag.
WpfDiagram Programmer's Guide | © 2024 MindFusion |