<?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 can i remove ESRI logo from the application? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199359#M2316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember that if your application uses data served by Esri through ArcGIS Online, you must display this logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 08:06:33 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2015-09-01T08:06:33Z</dc:date>
    <item>
      <title>How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199355#M2312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the WPF api i had the option to of "IsLogoVisible".&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~IsLogoVisible.html" title="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~IsLogoVisible.html"&gt;IsLogoVisible&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but i cant find any property with in the Map\MapView api ref...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shahar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 05:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199355#M2312</guid>
      <dc:creator>ShaharBukra</dc:creator>
      <dc:date>2015-04-16T05:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199356#M2313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently there is no public property to hide the logo - we will consider adding one in a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to hide the logo - but note that you still need to attribute Esri as follows (&lt;A href="https://developers.arcgis.com/net/desktop/guide/deploy-your-app.htm" title="https://developers.arcgis.com/net/desktop/guide/deploy-your-app.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Deploy an app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;​):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Runtime SDK for .NET—About and Credit screens must include the following text: &lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace; background: none;"&gt;Mapping API provided by Esri ArcGIS Runtime SDK for .NET&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;Map data—All map data used in an application must be attributed in the About and Credit screens using the Copyright Text section of the REST endpoint or endpoints being used. For example, &lt;A class="xref" href="http://server.arcgisonline.com/arcgis/rest/services/esri_imagery_world_2d/mapserver" style="color: #007ac2;" rel="nofollow noopener noreferrer" target="_blank"&gt;ESRI_Imagery_World_2D&lt;/A&gt; service must use&lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace; background: none;"&gt;Copyright:© 2009 ESRI, i-cubed, GeoEye&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;Esri logo—If your application uses data served by Esri through ArcGIS Online, display a logo on the map pursuant to the logo guidelines below. Examples of such data can be found on the &lt;A class="xref" href="http://www.arcgis.com/features/maps/index.html" style="color: #007ac2;" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Online maps page&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To hide the logo you will need to customize the MapView's template - here is an example with the Logo image commented out:&lt;/P&gt;&lt;P&gt;&lt;/P&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;Window.Resources&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Style&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;Key&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"NoLogoStyle"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; TargetType&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;ViewBase&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;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Property&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"IsTabStop"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Value&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"true"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Property&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Background"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Value&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Transparent"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Property&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"IsManipulationEnabled"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Value&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Property&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Template"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter.Value&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;ControlTemplate&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; TargetType&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"esri:ViewBase"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Border&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Background&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;TemplateBinding&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Background&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: red;"&gt; BorderBrush&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;TemplateBinding&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; BorderBrush&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: red;"&gt; BorderThickness&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;TemplateBinding&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; BorderThickness&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;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Grid&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;"MapSurface"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Width&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Auto"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Height&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Auto"&lt;/SPAN&gt; &lt;SPAN style="color: blue;"&gt; &amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Rectangle&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;"ZoomBox"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Fill&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"#55FFFFFF"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Stroke&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Red"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; StrokeThickness&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"2"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Visibility&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Collapsed"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;lt;!--&amp;lt;Image Source="..."&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x:Name="EsriLogo"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HorizontalAlignment="Left"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VerticalAlignment="Bottom"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stretch="Fill"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Margin="10"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsHitTestVisible="False"&lt;/SPAN&gt;
&lt;SPAN style="color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Width="56" Height="32" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Border&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;"Overlay"&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Grid&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Border&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;ControlTemplate&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter.Value&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Setter&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Style&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Window.Resources&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Grid&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;MapView&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;"MyMapView"&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; Style&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;="{&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;StaticResource&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; NoLogoStyle&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;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; ID&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;"Basemap"&lt;/SPAN&gt;
&lt;SPAN style="color: red;"&gt; ServiceUri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;/&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;MapView&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;Grid&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199356#M2313</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-11T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199357#M2314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;esri:Map.IsLogoVisible&amp;gt;false&amp;lt;/esri:Map.IsLogoVisible&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help remove the logo.&lt;/P&gt;&lt;P&gt;I dont know how to set it to false.&lt;/P&gt;&lt;P&gt;the logo is still there thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:profsaviour@gmail.com"&gt;profsaviour@gmail.com&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199357#M2314</guid>
      <dc:creator>SaviourGidi</dc:creator>
      <dc:date>2015-08-31T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199358#M2315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: gray;"&gt;You can set the MapView's IsLogoVisible property to False, like this ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&amp;lt;esri:MapView x:Name="MyMapView" IsLogoVisible="False"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 22:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199358#M2315</guid>
      <dc:creator>ThadTilton</dc:creator>
      <dc:date>2015-08-31T22:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199359#M2316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember that if your application uses data served by Esri through ArcGIS Online, you must display this logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199359#M2316</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-09-01T08:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can i remove ESRI logo from the application?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199360#M2317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great point from Antti - you can read about the requirements for attributing Esri and use of the logo here: &lt;A href="https://developers.arcgis.com/net/desktop/guide/license-your-app.htm" title="https://developers.arcgis.com/net/desktop/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-remove-esri-logo-from-the-application/m-p/199360#M2317</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-09-01T08:28:59Z</dc:date>
    </item>
  </channel>
</rss>

