Panel.Children property

0 out of 1 rated this helpful - Rate this topic

Gets the collection of child elements of the panel.

Syntax


public UIElementCollection Children { get; }


<panel>
  oneOrMoreUIElements
</panel>

XAML Values

oneOrMoreUIElements

One or more object elements for objects that derive from UIElement.

Property value

Type: UIElementCollection

The collection of child objects. The default is an empty collection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Panel

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.