Select to view content in your preferred language

adding text on map

633
2
06-01-2012 02:59 AM
YassineEL_JADIDI
Deactivated User
hello,
please how can i add a text on my map.
for example, before printing a map....i want to add a text on my map before.
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
If you want to add text with position in geographical coodinates, you can use an ElementLayer. Sample here : http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ElementLayer

If you just want to add text with position in screen coodinates, you can just add a UI TextBlock over the map.
0 Kudos
JoeHershman
MVP Alum
You can also add as a Graphic on a GraphicsLayer by placing a point and using a TextSymbol
Thanks,
-Joe
0 Kudos