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