【问题标题】:How to force a page to stay in horizontal orientation with xaml in WP8?如何在 WP8 中使用 xaml 强制页面保持水平方向?
【发布时间】:2014-02-03 04:32:18
【问题描述】:

如何在 WP8 应用中使用 xaml 强制页面保持水平方向?

即页面应该只支持横向,不能旋转回纵向(播放全屏视频)。

【问题讨论】:

    标签: windows-phone-8


    【解决方案1】:

    在页面 XAML 中使用:

    SupportedOrientations="Landscape" Orientation="LandscapeLeft"
    

    如果您想了解更多信息,这里是 SupportedOrientation 属性的 MSDN 文档:
    PhoneApplicationPage.SupportedOrientations Property

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-02
      • 2015-09-30
      • 2015-04-22
      • 2011-10-09
      • 1970-01-01
      • 2022-11-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多