Select to view content in your preferred language

Define MapTip of Feature Layer

2500
2
Jump to solution
02-11-2013 10:07 AM
EnriqueIbarra
Deactivated User
I'm working with a Feature Layer and need to define a MapTip in code behind C#, I'm following the sample http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#FeatureLayerMapTips but still not find the way to declare the MapTip in code behind. Is that possible?'
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
You can either create your own maptip control and instantiate it by code, or declare the datatemplate in the resources and instantiate a ContentControl by code (see this thread).

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
You can either create your own maptip control and instantiate it by code, or declare the datatemplate in the resources and instantiate a ContentControl by code (see this thread).
0 Kudos
EnriqueIbarra
Deactivated User
Thanks Dominique!
0 Kudos