gpt4 book ai didi

c# - UWP 全屏 : How to hide taskbar on hover?

转载 作者:太空宇宙 更新时间:2023-11-03 19:00:01 27 4
gpt4 key购买 nike

当您在 UWP 上处于“全屏模式”时,当您用鼠标光标触摸显示屏的底部/顶部时,任务栏/窗口标题始终会显示。在古墓丽影崛起的 UWP 版本中,出现了一个蓝色的小矩形,您必须单击它才能显示任务栏/窗口标题。如何在我的 C#/XAML UWP 游戏中实现类似的行为?谢谢!

Hidden taskbar Hidden image header

最佳答案

In the UWP version of Rise of the Tomb Raider a small blue rectangle appears instead, that you have to click to show the taskbar / window header.

首先我想说的是,它并不总是一个蓝色的矩形,这个矩形的颜色是随着系统主题的变化而变化的。

How can I achieve a similar behaviour in my C#/XAML UWP game?

您可以设置 FullScreenSystemOverlayMode当您的应用程序进入全屏模式时,有两种系统覆盖模式:Standard, Minimal .

全屏模式下默认使用标准模式,现在可以这样设置:

ApplicationView.GetForCurrentView().FullScreenSystemOverlayMode = FullScreenSystemOverlayMode.Minimal;
ApplicationView.GetForCurrentView().TryEnterFullScreenMode();

关于c# - UWP 全屏 : How to hide taskbar on hover?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37601081/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com