Gets or sets a collection of Shape objects that should be displayed inside this control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |