I use windows phone 7, with silverlight. I have an image on my page and I want that when the user clicks on the image an event will raise. Moreover, If it is possible I would like to know on which point of the image the user clicked.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Try this you probebly have to consider the image location relative to coordinates.. the coordinates are probebly relative to the root element.
|
|||
|
|
|
The WP7 Silverlight Toolkit (http://silverlight.codeplex.com/) has GestureListeners where you can attach a Tap Gesture to your image and catch the event.
|
|||
|
|
|
I've check all the events you can bind to an image tag, there should be one called |
|||
|
