Search
CompositeNode.Components Property
See Also
 





Gets a list with the root components contained in the node.

Namespace: MindFusion.Diagramming
Assembly: 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 the components contained in this node.

 See Also