views:

20

answers:

1

I would like to have a property of a UIElement be modified when the user swipes vertically on the screen in Windows Phone 7. I can see how to do it using the OnManipulationDelta override but it seems like that should be a Xaml binding of some sort that would accomplish it in mark-up.

Can you bind properties to touch manipulations?

+1  A: 

Here's an example of how you might go about doing that.

JP Alioto