Need a short and clear definition for “Dependency Properties”

前端 未结 6 857
没有蜡笔的小新
没有蜡笔的小新 2021-02-02 13:42

I\'m trying to figure out what exactly Dependency Properties are, but when I look anywhere for a definition, I only find \"how to use\" but not \"what it is\". Imagine you are

6条回答
  •  北荒
    北荒 (楼主)
    2021-02-02 14:34

    "gives you a bunch of infrastructure to do all the things that you often want to do with a normal property - validate it, coerce it into a proper range, give out change notifications, and a number of other aspects."

    WPF Tutorial - Introduction To Dependency Properties

提交回复
热议问题