Silverlight 中 DoubleAnimation 的实际/当前值
我想获取 Silverlight 4.0 中动画属性的实际值
我想对 ScaleTransform ScaleX 属性进行动画处理,并在停止 Storyboard 时需要实际值。
我也尝试过:http://haishibai。 blogspot.com/2010/09/siliverlight-on-windows-phone-7-get.html 但它不起作用!
I'd like to get the Actual Value of an Animated property in Silverlight 4.0
I'd like to animate a ScaleTransform ScaleX Property and need the actual Value when i stop the Storyboard.
I also tryed this: http://haishibai.blogspot.com/2010/09/siliverlight-on-windows-phone-7-get.html but it did not work!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够使用以下内容获取 RenderTransform 的当前 Rotation 属性
,因此我猜您只需将
RotationProperty
替换为ScaleXProperty
即可,其中needle =
I was able to get the currennt Rotation property of a RenderTransform with the following
so I guess you just replace
RotationProperty
withScaleXProperty
where needle =