Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 800 Bytes

flyout_content.md

File metadata and controls

37 lines (24 loc) · 800 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Flyout.Content
winrt property

Windows.UI.Xaml.Controls.Flyout.Content

-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.
## -property-value The content of the [Flyout](flyout.md).

-remarks

-examples

-see-also