<?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 Re: selection colour in graphicoverlay in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465143#M5738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji. I have a couple of suggestions that should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For changing the selection color, try changing the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/P_Esri_ArcGISRuntime_UI_SelectionProperties_Color.htm"&gt;selection properties color&lt;/A&gt;&amp;nbsp;of your MapView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For hovering behavior, try using the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.uielement.mousemove?view=netcore-3.1"&gt;MouseMoveEvent&lt;/A&gt;. When the&amp;nbsp;mouse moves, you can call&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_UI_Controls_GeoView_IdentifyGraphicsOverlayAsync.htm"&gt;IdentifyGraphicsOverlayAsync&lt;/A&gt;&amp;nbsp;to find the graphics the mouse position is over.&lt;/P&gt;&lt;P&gt;We&amp;nbsp;have a&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/identify-graphics/"&gt;sample for identifying graphics.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We&amp;nbsp;use the MouseMove event in &lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/identify-raster-cell/"&gt;this sample.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For the "Mediterranean Sea" popup, you can use the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/Overload_Esri_ArcGISRuntime_UI_Controls_GeoView_ShowCalloutAt.htm"&gt;ShowCalloutAt method.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2020 18:45:21 GMT</pubDate>
    <dc:creator>ZackAllen</dc:creator>
    <dc:date>2020-06-10T18:45:21Z</dc:date>
    <item>
      <title>selection colour in graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465142#M5737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there am developing a WPF application usingARCGIS RUNTIME SDK.NET,my scenario is i want to change the colours for the graphics,when selected display in blue,when hover on graphic it in yellow,its already stored it will be green colour ,this way i want to display any suggestions, to show on the graphicoverlay ,for your visual i had attachement for refernce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 06:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465142#M5737</guid>
      <dc:creator>balajipanyam</dc:creator>
      <dc:date>2020-06-10T06:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: selection colour in graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465143#M5738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji. I have a couple of suggestions that should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For changing the selection color, try changing the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/P_Esri_ArcGISRuntime_UI_SelectionProperties_Color.htm"&gt;selection properties color&lt;/A&gt;&amp;nbsp;of your MapView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For hovering behavior, try using the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.uielement.mousemove?view=netcore-3.1"&gt;MouseMoveEvent&lt;/A&gt;. When the&amp;nbsp;mouse moves, you can call&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_UI_Controls_GeoView_IdentifyGraphicsOverlayAsync.htm"&gt;IdentifyGraphicsOverlayAsync&lt;/A&gt;&amp;nbsp;to find the graphics the mouse position is over.&lt;/P&gt;&lt;P&gt;We&amp;nbsp;have a&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/identify-graphics/"&gt;sample for identifying graphics.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We&amp;nbsp;use the MouseMove event in &lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/identify-raster-cell/"&gt;this sample.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For the "Mediterranean Sea" popup, you can use the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/Overload_Esri_ArcGISRuntime_UI_Controls_GeoView_ShowCalloutAt.htm"&gt;ShowCalloutAt method.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 18:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465143#M5738</guid>
      <dc:creator>ZackAllen</dc:creator>
      <dc:date>2020-06-10T18:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection colour in graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465144#M5739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks jack,yes i agree with you,but my requirement not fulfill those ,i had modified the things like ,i had change the symbol color,by selected graphic,now am good with behavior of application is in expected way..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 08:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/selection-colour-in-graphicoverlay/m-p/465144#M5739</guid>
      <dc:creator>balajipanyam</dc:creator>
      <dc:date>2020-06-15T08:29:21Z</dc:date>
    </item>
  </channel>
</rss>

