Windows.UI.Xaml.Controls.Panel.Children

June 22, 2022 ยท View on GitHub

-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