Search
ContainerComponent.Components Property
See Also
 





Gets the child components of this container.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IList<ComponentBase> Components { get; }

Visual Basic  Copy Code

Public ReadOnly Property Components As IList(Of ComponentBase)

 Property Value

A list with ComponentBase objects representing the children of this container.

 See Also