Windows Phone 8.1应用程序的XAML中不支持SupportedOrientations?

前端之家收集整理的这篇文章主要介绍了Windows Phone 8.1应用程序的XAML中不支持SupportedOrientations?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Windows Phone 8.1应用程序中,这相当于什么.当我创建一个新的应用程序时,没有更多的手机:ApplicationPage
<phone:PhoneApplicationPage
...
...
SupportedOrientations="Landscape" Orientation="LandscapeLeft"
shell:SystemTray.IsVisible="False">
是的,在Windows Phone 8.1中,我们无法在页面的XAML中设置supportedOrientations.我们只能在Package.appxmanifest中设置App的supportedOrientations.
原文链接:https://www.f2er.com/windows/364312.html

猜你在找的Windows相关文章