<?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 Change cursor for the graphics loaded in an KML layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753435#M19259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I set the cursor for the graphics loaded in a KML layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 21:36:42 GMT</pubDate>
    <dc:creator>TylerRothermund</dc:creator>
    <dc:date>2012-06-18T21:36:42Z</dc:date>
    <item>
      <title>Change cursor for the graphics loaded in an KML layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753435#M19259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I set the cursor for the graphics loaded in a KML layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 21:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753435#M19259</guid>
      <dc:creator>TylerRothermund</dc:creator>
      <dc:date>2012-06-18T21:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change cursor for the graphics loaded in an KML layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753436#M19260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you can use the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp; private void KmlLayer_Initialized(object sender, EventArgs e) &amp;nbsp; { &amp;nbsp;&amp;nbsp; var l = sender as KmlLayer; &amp;nbsp;&amp;nbsp; if (l.Graphics != null) &amp;nbsp;&amp;nbsp; { &amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (var g in l.Graphics) &amp;nbsp;&amp;nbsp;&amp;nbsp; { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (g is Graphic) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (g as Graphic).MouseEnter += Graphic_MouseEnter; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (g as Graphic).MouseLeave += Graphic_MouseLeave; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;nbsp;&amp;nbsp; } &amp;nbsp; }&amp;nbsp; &amp;nbsp; void Graphic_MouseLeave(object sender, MouseEventArgs e) &amp;nbsp; { &amp;nbsp;&amp;nbsp; this.Cursor = Cursors.Arrow; &amp;nbsp; }&amp;nbsp; &amp;nbsp; void Graphic_MouseEnter(object sender, MouseEventArgs e) &amp;nbsp; { &amp;nbsp;&amp;nbsp; this.Cursor = Cursors.Hand; &amp;nbsp; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 18:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753436#M19260</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-07-03T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change cursor for the graphics loaded in an KML layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753437#M19261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 19:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-cursor-for-the-graphics-loaded-in-an-kml/m-p/753437#M19261</guid>
      <dc:creator>TylerRothermund</dc:creator>
      <dc:date>2012-07-06T19:37:25Z</dc:date>
    </item>
  </channel>
</rss>

