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