Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在win8 metro app中,一个可以让app在状态栏全屏的按钮,点击后状态栏会隐藏,怎么在win10 uwp中显示这个按钮?
ApplicationView view = ApplicationView.GetForCurrentView(); bool isInFullScreenMode = view.IsFullScreenMode; view.TryEnterFullScreenMode();