This is written to explain Dependency Properties in general as they are available in .NET Framework 3.0 but specifically targeting Silverlight 2.0, in most places effort has been placed to explain the differences in Dependency Properties in WPF and Silverlight (With Silverlight perspective). But all examples are for Silverlight. What is Dependency Property? Dependency properties are new addition to .NET Framework 3.0, Dependency properties are completely new implementation of properties, all programmers...