Gets a collection of all groups in the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public GroupCollection Groups { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Groups As GroupCollection |
An instance of the GroupCollection class.
RemarksGroups provides access to all groups defined in the current diagram.
See Also