Windows.UI.Xaml.Controls.ContentPresenter.Content
June 22, 2022 · View on GitHub
-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.