Gets or sets a collection of Shape objects that should be displayed inside this control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable ItemsSource { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemsSource As IEnumerable |
A list of Shape objects that should be displayed inside the listbox.
See Also