What is a DependencyProperty?
Ask by Anonymous User
Updated 21 Sep 2020
DependencyProperty is represents a property that can be set through methods such as, styling, data binding, animation, and inheritance.The main reason to create DependencyProperty is when we write own WPF control. DependencyProperties can be used as binding source and target, and can be animated.Properties of all framework's controls are implemented as DependencyProperty, that why we can make powerful data binding in XAML.