<?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: Background color for map view in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335789#M3952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could cound the following property in .Net Sdk v100 ,could you please explain how to change the background in .Net Sdk v100&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Haider&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 13:50:03 GMT</pubDate>
    <dc:creator>Haider_AliFaheem</dc:creator>
    <dc:date>2017-11-08T13:50:03Z</dc:date>
    <item>
      <title>Background color for map view</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335787#M3950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my previous app built using the .NET API for WPF. I set the Map.Backgound color and added dynamic layers above it. In the 10.2.7 .NET SDK. that property does not exist. I do see it on the MavView object but that doesn't work either. How to I set a background color on the map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm talking about (attached). I don't want to see the gray backgound with the grids. I want that to be a solid color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 12:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335787#M3950</guid>
      <dc:creator>BrianHennessey1</dc:creator>
      <dc:date>2016-08-17T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for map view</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335788#M3951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MapView.MapBackground property. You can also set LineWidth to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;MyMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MapBackground &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;MapBackground&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; Color &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Colors&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Yellow &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335788#M3951</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2016-08-24T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for map view</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335789#M3952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could cound the following property in .Net Sdk v100 ,could you please explain how to change the background in .Net Sdk v100&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Haider&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 13:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335789#M3952</guid>
      <dc:creator>Haider_AliFaheem</dc:creator>
      <dc:date>2017-11-08T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for map view</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335790#M3953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/ios/api-reference//html/T_Esri_ArcGISRuntime_Xamarin_Forms_MapView.htm" title="https://developers.arcgis.com/net/latest/ios/api-reference//html/T_Esri_ArcGISRuntime_Xamarin_Forms_MapView.htm"&gt;MapView Class&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a BackgroundColor property which seems to not be in the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335790#M3953</guid>
      <dc:creator>ChadYoder1</dc:creator>
      <dc:date>2017-11-08T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for map view</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335791#M3954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Background color property is .net control property, not the replacement of&amp;nbsp; Mapview.MapBackground .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/background-color-for-map-view/m-p/335791#M3954</guid>
      <dc:creator>Haider_AliFaheem</dc:creator>
      <dc:date>2017-11-08T15:43:20Z</dc:date>
    </item>
  </channel>
</rss>

