读书人

WPF请看下这个UserControl,该如何解

发布时间: 2013-11-23 10:52:51 作者: rapoo

WPF,请看下这个UserControl


[解决办法]
Element不要
UC里面加

<UserControl

....
DataContext="{Binding RelativeSource={RelativeSource Self}}"/>
[解决办法]
Background="{Binding Foreground}
[解决办法]
参考 附加属性的定义使用

//先看这个
http://silverlightchina.net/html/tips/2011/0520/7769.html

//这是附加属性依赖属性的定义
http://www.cnblogs.com/024hi/archive/2010/02/02/Unleash_DependencyProperty_In_Silverlight.html

读书人网 >C#

热点推荐