In my app, i need to create wp7 page unloak animation(ie sliding up the picture and unloak the device) how i can implement that in my app either with the help of xaml or with the help of C# code.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
These are the steps to achieve wp7 page unlock animation
1.Create the following storyboards
2.Assume that the grid name is
LockScreenGrid
[Image Grid which will fly up on tap]3.Implement
lock_manipulationCompleted
,lock_ManipulationDelta