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





Gets the underlying collection of items.

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

This property supports the Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

SelectionCopy Members
SelectionCopy Class
MindFusion.Diagramming.Wpf Namespace