MindFusion.Wpf Pack Programmer's Guide
ShapeListBox.ItemsSource Property
See Also
 





Gets or sets a collection of Shape objects that should be displayed inside this control.

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

 Syntax

C#  Copy Code

public IEnumerable ItemsSource { get; set; }

Visual Basic  Copy Code

Public Property ItemsSource As IEnumerable

 Property Value

A list of Shape objects that should be displayed inside the listbox.

 See Also

ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.Wpf Namespace