Panel::Children Property
Silverlight
Gets the collection of child elements of the panel.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<panel> oneOrMoreUIElements </panel>
XAML Values
Property Value
Type: System.Windows.Controls::UIElementCollectionThe collection of child objects. The default is an empty collection.
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.
Community Additions
ADD
Show: