Click here to Skip to main content
15,891,513 members
Articles / Programming Languages / C#

Silverlight - Creating an Image Map with Hotspots

Rate me:
Please Sign up or sign in to vote.
4.53/5 (11 votes)
28 Dec 2009CPOL6 min read 62.6K   923   32  
An article on how to create an image map with hotspots and attach click event and tooltip to it.
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="MapsHotspotDemo.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I have over 10 years of experience working with Microsoft technologies. I have earned my Microsoft Certified Technology Specialist (MCTS) certification. I'm a highly motivated self-starter with an aptitude for learning new skills quickly.

Comments and Discussions