Gets the child components of this container.
Namespace: MindFusion.Diagramming.Components
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 ComponentBase objects representing the children of this container.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |