Gets the collection of diagram items within this category.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<DiagramItem> Items { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Items As ObservableCollection(Of DiagramItem) |
A list of DiagramItem objects associated with this category.
See Also