<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MapTip vs. MapTip in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542372#M13851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey what's the difference between a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapTipWidget"&gt;MapTip class&lt;/A&gt;&lt;SPAN&gt; and a GraphicsLayer's &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm"&gt;MapTip property&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently MapTip has a GraphicsLayer property, and a GraphicsLayer has a MapTip property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the MapTip class placed in my XAML, and set its GraphicsLayer property to some Graphic or Feature layer, then I get a cool comic strip-style balloon, but it only shows the Title on mouse hover, and the various attributes you added to the graphic layer on mouse-click.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the MapTip property of a GraphicsLayer, I can define my own content, but I don't get the cool balloons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to get the cool dialog balloons, but still be able to define the content inside of the balloon by my own template?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 22:48:44 GMT</pubDate>
    <dc:creator>AaronEdwards1</dc:creator>
    <dc:date>2011-11-08T22:48:44Z</dc:date>
    <item>
      <title>MapTip vs. MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542372#M13851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey what's the difference between a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapTipWidget"&gt;MapTip class&lt;/A&gt;&lt;SPAN&gt; and a GraphicsLayer's &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm"&gt;MapTip property&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently MapTip has a GraphicsLayer property, and a GraphicsLayer has a MapTip property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the MapTip class placed in my XAML, and set its GraphicsLayer property to some Graphic or Feature layer, then I get a cool comic strip-style balloon, but it only shows the Title on mouse hover, and the various attributes you added to the graphic layer on mouse-click.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the MapTip property of a GraphicsLayer, I can define my own content, but I don't get the cool balloons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to get the cool dialog balloons, but still be able to define the content inside of the balloon by my own template?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542372#M13851</guid>
      <dc:creator>AaronEdwards1</dc:creator>
      <dc:date>2011-11-08T22:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip vs. MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542373#M13852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wound up just overriding the template from the MapTip class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 15:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542373#M13852</guid>
      <dc:creator>AaronEdwards1</dc:creator>
      <dc:date>2011-11-09T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip vs. MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542374#M13853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone still can tell me the difference between these two classes, that would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to utilize the MapTipBehavior found at &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/09/30/How-to-keep-MapTips-in-the-Map.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/09/30/How-to-keep-MapTips-in-the-Map.aspx&lt;/A&gt;&lt;SPAN&gt;, but it's the wrong type of MapTip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 17:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-vs-maptip/m-p/542374#M13853</guid>
      <dc:creator>AaronEdwards1</dc:creator>
      <dc:date>2011-11-11T17:44:08Z</dc:date>
    </item>
  </channel>
</rss>

