Gets or sets the main item of this group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItem MainItem { get; set; } |
Visual Basic Copy Code |
---|
Public Property MainItem As DiagramItem |
An instance of the DiagramItem class that represents the main item.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |