Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 648 Bytes

File metadata and controls

33 lines (24 loc) · 648 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.Popup.Child
winrt property

Microsoft.UI.Xaml.Controls.Primitives.Popup.Child

-description

Gets or sets the content to be hosted in the popup.

-xaml-syntax

<Popup ...>
  singleChild
</Popup>

-xaml-values

singleChild
singleChildA single object element that the popup displays as content. This child must be an object that derives from UIElement.
## -property-value The content to be hosted in the popup.

-remarks

-examples

-see-also