Gets a list with the root components contained in the node.
Namespace: MindFusion.Diagramming
Package: 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.