Gets a reference to the main item of the group.
Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramItem Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As DiagramItem |
See Also