Children Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the collection of child elements on the Canvas.

XAML
<Canvas>
UIElementCollection
</Canvas>
Scripting
value = object.children
object.children = value

Property Value

UIElementCollection

The collection of child UIElement objects.

This property is read/write. The default value is an empty collection.

Remarks

Applies To

Canvas

See Also