2016-12-23 34 views

回答

2

這是窗口幀率計數器。如果要禁用它,去你App.xaml.cs文件,並從OnLaunched方法刪除/註釋掉下面的代碼:

#if DEBUG 
     if (System.Diagnostics.Debugger.IsAttached) 
     { 
      this.DebugSettings.EnableFrameRateCounter = true; 
     } 
#endif 
+0

謝謝!一個問題。這是xamarin獨家的東西嗎? – distante

+0

不,沒有任何Xamarin專有的,這是你會發現在所有通用的Windows應用程序 - 8.x,Windows手機和UWP afaik –

+0

我看到,謝謝你的幫助。 – distante

相關問題