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