-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.Flyout.Content |
winrt property |
Gets or sets the content of the Flyout.
<Flyout>
singleUIElement
</Flyout>
- singleUIElement
- singleUIElementA single object element that declares the content. This must be an object that has UIElement in its hierarchy (plain strings don't work). This can be a container, such as a Panel derived class, so that multiple content items within the Flyout can be arranged in layout.