Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 619 Bytes

contentpresenter_contenttemplate.md

File metadata and controls

28 lines (19 loc) · 619 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentPresenter.ContentTemplate
winrt property

Microsoft.UI.Xaml.Controls.ContentPresenter.ContentTemplate

-description

Gets or sets the template that is used to display the content of the control.

-xaml-syntax

<ContentPresenter ContentTemplate="{Binding}"/>

-property-value

A DataTemplate that defines the visualization of the content. The default is null.

-remarks

-examples

-see-also