Gets a collection of all items in this diagram.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public DiagramItemCollection Items { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Items As DiagramItemCollection |
An instance of the DiagramItemCollection class.
This collection gives you access to all items contained in this document. You can also use it to add new items to the diagram.
NetDiagram Programmer's Guide | © 2023 MindFusion |