I want to create a Windows 8 application using C# and XAML.
I want to have an image with different parts of it being clickable, the same way that you can with the imagemap element in HTML.
There might be a way of doing this with individual images but it would be very difficult to position them correctly.
So is it possible to make images clickable in XAML?
Simple Concept Example in just xaml…
Added namespaces 😉