MindFusion.Wpf Pack Programmer's Guide
Factory.CreateGroup Method
See Also
 





Creates a new hierarchical Group with the specified main item.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Group CreateGroup (
    DiagramItem mainItem
)

Visual Basic  Copy Code

Public Function CreateGroup( _
    mainItem As DiagramItem _
) As Group

 Parameters

mainItem
The DiagramItem around which the group would be built.

 Return Value

The newly created Group instance if successfully created; otherwise null (Nothing in Visual Basic).

 Remarks

Use this method to create an hierarchical group of items. Attach subordinated items by the various Group members.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace
DiagramBase.GroupDestroyed Event