Gets the underlying collection of groups.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public GroupCollection Groups { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Groups As GroupCollection |
An instance of the GroupCollection class.
RemarksThis property supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
See Also