Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 644 Bytes

panel_children.md

File metadata and controls

35 lines (24 loc) · 644 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Panel.Children
winrt property

Windows.UI.Xaml.Controls.Panel.Children

-description

Gets the collection of child elements of the panel.

-xaml-syntax

<panel>
  oneOrMoreUIElements
</panel>

-xaml-values

oneOrMoreUIElements
oneOrMoreUIElementsOne or more object elements for objects that derive from UIElement.
## -property-value The collection of child objects. The default is an empty collection.

-remarks

-examples

-see-also