Gets the child components of this container.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IList<ComponentBase> Components { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Components As IList(Of ComponentBase) |
A list with ComponentBase objects representing the children of this container.
See Also