Gets a list with the root components contained in the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IList<ComponentBase> Components { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Components As IList(Of ComponentBase) |
A list with the components contained in this node.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |