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