我如何关闭 Win2D 中的附加菜单 Windows 10 Universal App
How I can switch off additonal menu in Win2D Windows 10 Universal App
我只是有一个简单的问题,如何关闭这个菜单?
LINK to pirntscreen
我在以下位置禁用了帧计数器:
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
在方法中:
protected override void OnLaunched(LaunchActivatedEventArgs e);
此 UI 来自 XAML,而非 Win2D。
关于如何禁用它的信息:
我只是有一个简单的问题,如何关闭这个菜单? LINK to pirntscreen 我在以下位置禁用了帧计数器:
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
在方法中:
protected override void OnLaunched(LaunchActivatedEventArgs e);
此 UI 来自 XAML,而非 Win2D。
关于如何禁用它的信息: