首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

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

2013-11-23 
WPF,请看下这个UserControl[解决办法]Element不要UC里面加UserControl....DataContext{Binding Relativ

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

热点排行