Browse by Tags

All Tags » Dependency Property (RSS)

Under the hood: Dependency Properties

Dependency Properties are a huge part of what makes WPF work so I decided to spend a little time on the subject! As the name implies, Dependency Properties are properties that depend on other factors. The value of a dependency property can be determined by a variety of factors, enabling features such as real-time property validation and notifying related properties of changes to value for other properties. A little bit of history To understand dependency properties, you have to remember the good...
Posted by rudi | 4 comment(s)
Filed under: ,