DiagramLite Programmer's Guide
Diagram.Items Property
See Also
 





Represents a strongly typed collection of DiagramItem objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DiagramItemCollection Items { get; set; }

Visual Basic  Copy Code

Public Property Items As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class.

 Remarks

This collection gives you access to all items contained in this document. You can also use it to add new items to the diagram.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace