WPF学习之资源-Resources WPF通过资源来保存一些可以被重复利用的样式,对象定义以及一些传统的资源如二进制数据,图片等等,而在其支持上也更能体现出这些资源定义的优越性.比如通过ResourceDictionary的支持就可以通过资源来实现换肤功能,在ExpressionBlend中设计的酷炫造型也可以通过导出成资源来很容易的被程序员所引用,本地化的实现,访问另外程序集的嵌入式资源等等.这些都给我们提供了丰富的手段通过资源访问架构来构建丰富的富媒体应用程序.本文简单讲解了WPF Res
Introduction This is an article on WPF Binding Cheat Sheet. Some of the Binding won't work for Silverlight 3. Basic Binding {Binding} Bind to current DataContext. {Binding Name} Bind to the "Name" proeprty of the current DataContext. {Bindind Na