DiagramLite Programmer's Guide
Diagram.Nodes Property
See Also
 





Gets a DiagramNodeCollection containing the nodes.

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

 Syntax

C#  Copy Code

public DiagramNodeCollection Nodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property Nodes As DiagramNodeCollection

 Property Value

An instance of the DiagramNodeCollection class.

 Remarks

Nodes provides type-safe access to all nodes in the current diagram. Any diagram element can be accessed also by using the DiagramItemCollection.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace