Popup::Child Property
Gets or sets the content of the Popup control.
Assembly: PresentationFramework (in PresentationFramework.dll)
Content Model: The Child property is the only content property for the Popup control. A Popup can only have one UIElement as a child, but that child can contain complex embedded content. For example, the child can be a StackPanel that contains an Image, text, and other types of controls.
When content is added to a Popup control, the Popup control becomes the logical parent to the content. Similarly, the Popup content is considered to be the logical child of the Popup. The child content is not added to the visual tree that contains the Popup control. Instead, the child content is rendered in a separate window with its own visual tree when the IsOpen is set to true.
Identifier field | |
Metadata properties set to true | None |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0