I want to stop a tap event from propagating in a XNA / Silverlight game
Here https://gamedev.stackexchange.com/questions/27029/how-to-stop-a-tap-event-from-propagating-in-a-xna-silverlight-game I found solution how I should to do it.
To get width
and height
I use ActualHeight
and ActualWidth
property.
But how can I get left top coordinates?