Visual Basic Windows Phone 7 Series: How to create a control tilt effect application for Windows Phone 7
Posted by: The Visual Basic Team,
on 02 Mar 2011 |
View original | Bookmarked: 0 time(s)
In our last post, I explained how to implement a model-view-viewmodel pattern in a Windows Phone application. In this blog post, I want to share a sample that will help you to create a control tilt effect application for Windows Phone 7. This application will have a feature to add additional feedback for control interaction. It provides a “tilt”-like effect when a control is clicked or selected.
I will now demonstrate how easy it is to create a control tilt effect application for...