Search
Group.MainItem Property
See Also
 





Gets or sets the main item of this group.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem MainItem { get; set; }

Visual Basic  Copy Code

Public Property MainItem As DiagramItem

 Property Value

An instance of the DiagramItem class that represents the main item.

 Remarks

Each group has an item which the subordinated items follow when it is moved. This main item can be a node or a link. The main item is passed as argument to the CreateGroup method.

 See Also