ASP.NET Pack Programmer's Guide
Diagram.Groups Property
See Also
 





Gets a collection of all groups in the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GroupCollection Groups { get; }

Visual Basic  Copy Code

Public ReadOnly Property Groups As GroupCollection

 Property Value

An instance of the GroupCollection class.

 Remarks

Groups provides access to all groups defined in the current diagram.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Items Property
Factory.CreateGroup Method