从依赖属性获取 Storyboard
我可以获得当前正在该 DP 的静态 OnChange 事件中更改我的 DP 的 Storyboard 吗?
任何解决方案(WPF、SL、WP7 的 SL)都很棒
Can i get a Storyboard that is currently changing my DP in static OnChange event of that DP ?
Any solution (WPF,SL, SL for WP7) would be great
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是:不。
详细的回答是:仍然不。这有点像让所有方法都带有一个额外的对象参数,每当进行调用时都会分配
this
。开销将是难以承受的。The short answer is: No.
The long answer is: still no. Its a bit like having all methods carry an extra object parameter that would get assigned
this
whenever a call is made. The overhead would be unbearable.