For unfortunate technical reasons with the software I use, it is near impossible to add ease in functons to my user control elements.
If, for exampe, I have a UserControl (not the one开发者_运维问答s which come in a Silverlight 3 project), and I want to assign the bouncingeasein function to a specific control only via C#, how can I do this?
Thanksc
Create a new BounceEase object and assign it to the EasingFunction property of your animation.
精彩评论