Finds the node that has the specified tag value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode FindNode ( |
Visual Basic
Copy Code
|
|---|
Public Function FindNode( _ |
The looked for tag value.
A node whose Tag equals to the specified value.
See Also