【发布时间】:2009-05-07 14:21:08
【问题描述】:
我有一个继承自(你猜对了)Control 的控件。
我想在FontSize 或Style 属性发生更改时收到通知。在 WPF 中,我会通过调用 DependencyProperty.OverrideMetadata() 来做到这一点。当然,像这样有用的东西在 Silverlight 中没有位置。那么,一个人怎么会收到这些通知呢?
【问题讨论】:
标签: silverlight dependency-properties