<?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 Map Tips and Images in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383728#M9918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can display an image like this in a Maptip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;StackPanel Orientation="Horizontal"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image x:Name="MyImage" Source="/Assets/images/i_zoomin.png" Stretch="None"&amp;gt;&amp;lt;/Image&amp;gt;
&amp;lt;/StackPanel&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I want to display an image reference from a field in the feature in the maptip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Field: ImageField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Value: Image.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I add all the images to the project I should be able to display them in the maptip, well thats what I am thinking....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that I would have to bind the Field with the image name but then confused on how to get that image to show up and not the value in the field (imagename.jpg).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;Image x:Name="MyImage" Source=""/Assets/images/" &amp;amp; BIND: ImageField" Stretch="None"&amp;gt;&amp;lt;/Image&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:24:40 GMT</pubDate>
    <dc:creator>MeConfused</dc:creator>
    <dc:date>2021-12-12T16:24:40Z</dc:date>
    <item>
      <title>Map Tips and Images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383728#M9918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can display an image like this in a Maptip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;StackPanel Orientation="Horizontal"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image x:Name="MyImage" Source="/Assets/images/i_zoomin.png" Stretch="None"&amp;gt;&amp;lt;/Image&amp;gt;
&amp;lt;/StackPanel&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I want to display an image reference from a field in the feature in the maptip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Field: ImageField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Value: Image.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I add all the images to the project I should be able to display them in the maptip, well thats what I am thinking....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that I would have to bind the Field with the image name but then confused on how to get that image to show up and not the value in the field (imagename.jpg).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;Image x:Name="MyImage" Source=""/Assets/images/" &amp;amp; BIND: ImageField" Stretch="None"&amp;gt;&amp;lt;/Image&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383728#M9918</guid>
      <dc:creator>MeConfused</dc:creator>
      <dc:date>2021-12-12T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383729#M9919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:blue;"&gt;
&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#A31515;"&gt;Image&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; x&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"MyImage"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Source&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color:#A31515;"&gt;Binding&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; ImageField&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; StringFormat&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;'/Assets/images/{0}'&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;" /&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:39:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383729#M9919</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2021-12-11T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383730#M9920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much...although I had to put [] around the field name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&amp;lt;Image x:Name="MyImage" Source="{Binding [Image] , StringFormat='/Assets/images/{0}'}" Stretch="None"&amp;gt;&amp;lt;/Image&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383730#M9920</guid>
      <dc:creator>MeConfused</dc:creator>
      <dc:date>2011-02-07T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383731#M9921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct! And I'm glad that you figured it out already &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-images/m-p/383731#M9921</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2011-02-07T15:54:51Z</dc:date>
    </item>
  </channel>
</rss>

