0

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?

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
dkackman
  • 15,179
  • 13
  • 69
  • 123

1 Answers1

1

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

JP Alioto
  • 44,864
  • 6
  • 88
  • 112