4.130 ContentPresenter
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > ContentPresenter, IInputElement | |
ContentPresenter | |
DataGridDetailsPresenter RibbonContentPresenter ScrollContentPresenter | |
(usage) |
<ContentPresenter /> |
(description) |
Displays the content of a ContentControl. |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Content |
x:Object |
(description) |
The data used to generate the child elements of a ContentPresenter. |
ContentSource |
x:String |
(description) |
The base name to use during automatic aliasing. |
ContentStringFormat |
x:String |
(description) |
A composite string that specifies how to format the Content property if it is displayed as a string. |
ContentTemplate |
DataTemplate |
(description) |
The template used to display the content of the control. |
ContentTemplateSelector |
DataTemplateSelector |
(description) |
The DataTemplateSelector, which allows the application writer to provide custom logic for choosing the template that is used to display the content of the control. |
RecognizesAccessKey |
x:Boolean |
(description) |
A value that indicates whether the ContentPresenter should use AccessText in its style. |