gpt4 book ai didi

c# - 如何在 UWP 应用程序中仅启用横向模式?

转载 作者:太空狗 更新时间:2023-10-30 00:49:23 27 4
gpt4 key购买 nike

我已经在 list 中指定了 Landscape 和 LandscapeFlipped,我知道这只是一个偏好,除此之外,我还在 App.xaml.cs OnLaunched 中添加了以下代码。但是,当在平板电脑上进行测试时,该应用会返回纵向模式。

 DisplayInformation.AutoRotationPreferences = 
DisplayOrientations.Landscape | DisplayOrientations.LandscapeFlipped;

还有什么替代方法可以让我在模拟器而不是实际的平板电脑/设备中对此进行测试?

提前致谢。

最佳答案

因为我的评论对你有帮助,我将把它添加为答案

Reference

解决方案

[DllImport("user32.dll", EntryPoint = "#2507")]
extern static bool SetAutoRotation(bool bEnable);

SetAutoRotation(false);

关于c# - 如何在 UWP 应用程序中仅启用横向模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38608248/

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