Gets a read-only collection of all objects in this diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItemCollection Items { get; } |
Visual Basic Copy Code |
---|
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |