Select to view content in your preferred language

Customizing The InfoWindow

2167
1
06-28-2012 12:13 PM
KelsonCarlos
New Contributor
Hi,

I need to customize the appearance of the InfoWindow in order to make it a balloon with the "arrow" on the side of it, but when i tried to customize the style using Blend, I could'nt change the shape of the Border. Does anyone knows how to do it?
0 Kudos
1 Reply
JoeHershman
MVP Alum
The info window seems to build everything up in code, not done through template styling.  I ended up creating a MapTip to do a similar task for this reason.  You can download the InfoWindow code off Codeplex http://esrisilverlight.codeplex.com/ and see where they are building up the border (BuildBorderPath method), you may be able to change for your needs and use a customized version

Good Luck
Thanks,
-Joe
0 Kudos