Hi
i have some plant geometry. It contains lot of equipments such as boiler , storage tank, power generator etc. i have shapes corresponding to each equipment. Now im adding images of equipment(JPEG or PNG) over the map element for more interactivity. But when i click the map element the event is not firing since the image is available on that. Even i add images over map element i want to have map element click event. because i need the information that which element has been clicked. Ist is possible. Please anyone help me in this.
If you set IsHitTestVisible = false on your images or, more probably, whatever contains them, if it is hittable (the container), then the mouse events should pass through to the map.
-Graham
for more info see: http://msdn.microsoft.com/en-us/library/system.windows.uielement.ishittestvisible(VS.95).aspx