DiagramLite Programmer's Guide
Path.Nodes Property
See Also
 





Gets a collection of all DiagramNode elements participating in the path.

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

 Syntax

C#  Copy Code

public DiagramItemCollection Nodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property Nodes As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class.

 Remarks

Use Links to get all DiagramLinks elements in the Path.

 See Also

Path Members
Path Class
MindFusion.Diagramming.Layout Namespace