摘要: Binding bind = new Binding() { Source = new BackgroundPath(), Path = new PropertyPath("BindSource") }; faceImge.SetBinding(Image.SourceProperty,bind); 阅读全文
posted @ 2017-06-13 18:06 韵切 阅读(224) 评论(0) 推荐(0) 编辑
摘要: class BackgroundPath:Image { public event PropertyChangedEventHandler PropertyChanged; static BackgroundPath() { BindSourceProperty = DependencyPro... 阅读全文
posted @ 2017-06-13 17:10 韵切 阅读(374) 评论(0) 推荐(0) 编辑