Search
SelectionCopy.Groups Property
See Also
 





Gets the underlying collection of groups.

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

This property supports the NetDiagram infrastructure and is not intended to be used directly from your code.

 See Also