Finds the link that has the specified tag value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink FindLink ( |
Visual Basic
Copy Code
|
|---|
Public Function FindLink( _ |
The looked for tag value.
An arrow whose Tag equals to the specified value.
See Also