简体   繁体   中英

Working Gesture with Windows Phone

I want to achieve the following task with gesture events in Windows Phone:

I have a single XAML page with an int-label in the middle with the value set as "1". If a user swipes their finger from right to left, the value should change to "-1". If a user swipes their finger from left to right, the value should change to "+1".

Can anyone guide me in achieving the above mentioned task?

Thanks!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM