本文介绍了WPF:按钮模板VS的ContentTemplate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以说,通常情况下,在WPF中,属性模板
包含的ContentTemplate
?否则,什么区别?
Can I say that usually, in WPF, properties Template
contains ContentTemplate
? Or else, whats the difference?
推荐答案
Template定义了控制的外观。 ContentTemplate指定如何包含的内容/由ContentControl要被显示。
Template defines the appearance of the control. ContentTemplate specifies how the content contained in/displayed by a ContentControl is to be displayed.
下面是一个Social.MSDN thread包含示出了两者之间的差别,例如,
Here's a Social.MSDN thread containing an example that shows the difference between the two.
希望这有助于结果
本
Hope this helps,
Ben
这篇关于WPF:按钮模板VS的ContentTemplate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!