<?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: Detecting fullsize screen in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10371#M196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dan. Your sample will detect the state but that's not what I need. What I need is to detect that the state has changed. (a trigger) The link you provided seems to discuss this but I can't make much sense of it. Do you have a sample of how to trigger an event when the state changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 22:30:24 GMT</pubDate>
    <dc:creator>DonFreeman</dc:creator>
    <dc:date>2010-05-18T22:30:24Z</dc:date>
    <item>
      <title>Detecting fullsize screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10368#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample map toolbar includes a button to switch the browser to full screen mode. The user presses ESC to return to normal view. Is there a way to detect this return to normal view so some of the features can be adjusted or turned off at that time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 20:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10368#M193</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2010-05-18T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting fullsize screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10369#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;if (Application.Current.Host.Content.IsFullScreen)
{

}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See also :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.windows.interop.content.fullscreenchanged%28v=VS.95%29.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/system.windows.interop.content.fullscreenchanged%28v=VS.95%29.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10369#M194</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2021-12-10T20:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting fullsize screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10370#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This event is fired whenever the fullscreen state is toggled:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application.Current.Host.Content.FullScreenChanged&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 22:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10370#M195</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-18T22:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting fullsize screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10371#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dan. Your sample will detect the state but that's not what I need. What I need is to detect that the state has changed. (a trigger) The link you provided seems to discuss this but I can't make much sense of it. Do you have a sample of how to trigger an event when the state changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 22:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10371#M196</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2010-05-18T22:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting fullsize screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10372#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found it. Here it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; Private Sub MainPage_Loaded(ByVal sender As Object, ByVal e As System.Windows.RoutedEventArgs) Handles Me.Loaded
&amp;nbsp;&amp;nbsp; AddHandler App.Current.Host.Content.FullScreenChanged, AddressOf fullScreenChanged
 End Sub

 Private Sub fullScreenChanged()
&amp;nbsp; If Not App.Current.Host.Content.IsFullScreen Then
&amp;nbsp;&amp;nbsp; Logo.Visibility = Visibility.Collapsed
&amp;nbsp; End If
 End Sub&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detecting-fullsize-screen/m-p/10372#M197</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2021-12-10T20:26:27Z</dc:date>
    </item>
  </channel>
</rss>

