dis*_*nte 3 c# visual-studio xamarin xamarin.forms
当我为 Windows 8.1 或 10 构建 Xamarin 项目(在“本地机器”中运行它)时,我在左上角得到一些数字,如“0”:
我在没有运气的情况下搜索了它(可能我使用了错误的关键字),那些是什么?我可以改变他们的位置或禁用他们吗?
小智 6
那是windows帧率计数器。如果要禁用它,请转到您的App.xaml.cs
文件并从该OnLaunched
方法中删除/注释掉以下代码:
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
244 次 |
最近记录: |