Add a toolkit link to your project. Then add the following lines to the tagPhoneApplicationPage
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
toolkit:TiltEffect.IsTiltEnabled="True"
Now all interactive elements will have a tilt effect.
alfah source
share