What is the difference between Property and Dependency Property

前端 未结 5 1161
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 00:42

Dependency properties are created the same way as properties.

Is a dependency property used only while creating a custom control?

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 01:05

    If you type propdp and hit the tab character in VS editor , then the auto-generated documentation of Dependency Properties is set as:

    // Using a DependencyProperty as the backing store for MyProperty.
    This enables animation, styling, binding, etc...

提交回复
热议问题