Gets or sets a collection whose elements will be rendered as nodes in the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public IList NodesSource { get; set; } |
Visual Basic Copy Code |
---|
Public Property NodesSource As IList |
A collection containing data items that should be displayed as diagram nodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |