Gets the list of child components of this panel.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<Component> Children { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Children As ObservableCollection(Of Component) |
A collection of Component objects.
See Also