tags:

views:

66

answers:

3

How do I make the Silverlight Bing Maps pushpin larger? The reason I want to make it larger is so that I can add more content into the head of the pushpin. However, I cannot figure out how to add the content I want to the head of the pushpin without it being cut off.

Thank you,

A: 

You could add your own custom pushpin. Have you tried doing that?

http://www.microsoft.com/maps/isdk/silverlight/#MapControlInteractiveSdk.Tutorials.TutorialCustomPushpin

Page Brooks
A: 

For a more complete explaination of using the Pushpin and other methods of displaying graphics try: Getting started with the Bing Maps Silverlight Control

mikej
A: 

You've probably solved this already, but as others have suggested you could make your own custom pushpin. That is usually the best approach.

The simplest answer to you question is to apply a ScaleTransform to your pushpin. That will be tricky since the content will also be affected.

RichardM