Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Panel.Children Property
Definition
- Namespace:
- Windows.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of child elements of the panel.
public:
property UIElementCollection ^ Children { UIElementCollection ^ get(); };
UIElementCollection Children();
public UIElementCollection Children { get; }
var uIElementCollection = panel.children;
Public ReadOnly Property Children As UIElementCollection
<panel>
oneOrMoreUIElements
</panel>
Property Value
The collection of child objects. The default is an empty collection.
Applies to
Feedback
Was this page helpful?
