随笔分类 -
WPF
-
WPF中的数据绑定
摘要:MSDN中介绍得比较全面,这里只简单提一下。MSDN:http://msdn2.microsoft.com/en-us/library/ms752347.aspxWPF中有个重要的概念Dependency properties: They can determine their value by retrieving it from a Binding object (i.e. they can be bound). They can participate in property value inheritance, meaning that if a dependency property
阅读全文
|