Create Dependency Properties in WPF
At the heart of many of the “cool” features of WPF such as Property Value Inheritance, Change Notification, Animation, are Dependency Properties. When creating custom control or extending existing controls, dependency properties can be used to provide many of the enhanced capabilities WPF is known for. In this video Todd Miranda demonstrates how to create a dependency property in WPF.
By: Todd Miranda