This is a mirror of official site: http://jasper-net.blogspot.com/

Internals of Dependency Property in WPF

| Monday, August 1, 2011
WPF introduces new property system to us. Every WPF objects that is inherited from DependencyObject inherently supports Dependency property containers within it. That means you can define your own dependency property in your code which can take part in some of the interesting features of WPF like Binding, Styles, Triggers, Animation, Property Inheritence etc. Today I will concentrate on how Dependency Property system is actually built and what are the benefits we get instead of using CLR property system.

Note : If you are really new in WPF and don't know about Dependency Property, it would be nice to read my post on Dependency Property or you can also try WPF Tutorial series to start on.

internalsdp8.PNG

Read more: DOT NET TRICKS
QR: internals-of-dependency-property-in-wpf.html

Posted via email from Jasper-net

0 comments: