I just have simple question, where how to switch off this menu? LINK to pirntscreen I disable already frame counter in:
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
in method :
protected override void OnLaunched(LaunchActivatedEventArgs e);
This UI is coming from XAML, not Win2D.
Information about how to disable it: Disable Visual Studio 2015 extra debug option