<?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: How to change WPF control background to white? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438231#M5304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent thanks, that's exactly what i was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 00:14:47 GMT</pubDate>
    <dc:creator>AnnaLambrechtsen</dc:creator>
    <dc:date>2015-07-14T00:14:47Z</dc:date>
    <item>
      <title>How to change WPF control background to white?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438229#M5302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the background of the control is grey with grid lines, the client wants it to be white - how to change this? i've changed every background setting i can find to white, but no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is definitely the control background not the map service image backgrounds. if i change the bottom map service to JPG it is no longer is transparent and is white, but every time you pan you see the grey with grid lines until the new image draws, which the client doesn't like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using 100% dynamic map services, there is no tiled layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached a couple of pictures of what it looks like - one raw, one with some green circles illustrating the grid lines i'm talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 23:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438229#M5302</guid>
      <dc:creator>AnnaLambrechtsen</dc:creator>
      <dc:date>2015-07-13T23:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change WPF control background to white?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438230#M5303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the GridColor of the MapView control's MapBackground to Transparent and the Color to White?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="before.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/117179_before.png" style="width: 620px; height: 594px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="after.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/117180_after.png" style="width: 620px; height: 594px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 00:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438230#M5303</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-07-14T00:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change WPF control background to white?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438231#M5304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent thanks, that's exactly what i was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 00:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438231#M5304</guid>
      <dc:creator>AnnaLambrechtsen</dc:creator>
      <dc:date>2015-07-14T00:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change WPF control background to white?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438232#M5305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With ArcGis Runtime SDK version 100.0.0 you can do this using&lt;/P&gt;&lt;P&gt;&amp;lt;esri:MapView Name="myMapview" Map="{Binding Map, Source={StaticResource MapViewModel}}"&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;esri:MapView.BackgroundGrid&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;esri:BackgroundGrid Color="White" GridLineColor="Transparent"/&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/esri:MapView.BackgroundGrid&amp;gt;&lt;BR /&gt; &amp;lt;/esri:MapView&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 00:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-change-wpf-control-background-to-white/m-p/438232#M5305</guid>
      <dc:creator>FaiyazKhan2</dc:creator>
      <dc:date>2017-02-08T00:16:31Z</dc:date>
    </item>
  </channel>
</rss>

