MindFusion.Wpf Pack Programmer's Guide
Path.Items Property
See Also
 





Gets a collection of all DiagramNode and DiagramLink elements in the path.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class.

 Remarks

The collection contains consecutive DiagramNode and DiagramLink objects.

 See Also

Path Members
Path Class
MindFusion.Diagramming.Wpf Namespace