Gets a list with the root components contained in the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IList<ComponentBase> Components { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Components As IList(Of ComponentBase) |
See Also