Silverlight behavior 实现3D来回跳动

Silverlight behavior 实现3D来回跳动,第1张

概述Time for a brief but fun post... some time back Tim Heuer posted the Silverlight 3 bouncing plane gratuitous demo. Click an element, and the nearest corner would bounce backwards and forwards as it co

Time for a brIEf but fun post... some time back Tim Heuer posted the Silverlight 3 bouncing plane gratuitous demo. Click an element,and the nearest corner would bounce backwards and forwards as it comes back to rest.

Tim had the code to setup the storyboards,and handle the mouse interaction in code-behind. I look at it,and immediately see a reusable component (even if it is a gratuitous one),or more specifically a behavior,that encapsulates all the logic,and can be attached declaratively in XAML to one or more elements simply without needing any code-behind logic. So I created one such behavior. I used this behavior in my TwitterBug sample at TechEd recently,and thought it Could use a dedicated blog post. :-)

Here is a screenshot,which really doesn’t do much justice to something interactive. So go ahead,and click it to run the sample live. Click around on the images. And if you’re wondering how its done,go ahead and download the code. You’ll see a BouncingPlane class that derives from Behavior......

 

详细查看......

http://www.nikhilk.net/BouncingPlane-Behavior.aspx

总结

以上是内存溢出为你收集整理的Silverlight behavior 实现3D来回跳动全部内容,希望文章能够帮你解决Silverlight behavior 实现3D来回跳动所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1045878.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存