Represents a strongly typed collection of DiagramItem objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public DiagramItemCollection Items { get; set; } |
Visual Basic
![]() |
---|
Public 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.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |