Gets a collection of all groups in the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public GroupCollection Groups { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Groups As GroupCollection |
An instance of the GroupCollection class.
Groups provides access to all groups defined in the current diagram.
WpfDiagram Programmer's Guide | © 2024 MindFusion |