Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 549 Bytes

contentpresenter_content.md

File metadata and controls

30 lines (19 loc) · 549 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentPresenter.Content
winrt property

Windows.UI.Xaml.Controls.ContentPresenter.Content

-description

Gets or sets the data that is used to generate the child elements of a ContentPresenter.

-xaml-syntax

<ContentPresenter Content="{Binding}"/>

-property-value

The data that is used to generate the child elements. The default is null.

-remarks

-examples

-see-also