Gets the collection of child elements of the panel.
Namespace:
System.Windows.Controls
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Children As UIElementCollection
Get
Dim instance As Panel
Dim value As UIElementCollection
value = instance.Children
public UIElementCollection Children { get; }
XAML Object Element Usage
<object>
oneOrMoreUIElements
</object>
XAML Values
- oneOrMoreUIElements
One or more object elements for objects that derive from UIElement.
You can use implicit collection syntax in XAML to add items, or methods of the UIElementCollection in code to add items or otherwise adjust the existing collection.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources