if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent(typeof(StatusBar).ToString()))
            {
                StatusBar statusBar = Windows.UI.ViewManagement.StatusBar.GetForCurrentView();
                await statusBar.HideAsync();
            }

  

相关文章:

  • 2021-04-01
  • 2022-02-07
  • 2022-02-07
  • 2021-12-04
  • 2021-12-29
  • 2021-06-18
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
相关资源
相似解决方案