Windows.UI.Xaml.Controls.Flyout.Content
June 22, 2022 · View on GitHub
-description
Gets or sets the content of the Flyout.
-xaml-syntax
<Flyout>
singleUIElement
</Flyout>
-xaml-values
- 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.