打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Windows8屏幕显示方向

Windows8屏幕显示方向

(2012-12-19 15:44:04)
标签:

杂谈

       protected override voidOnNavigatedTo(NavigationEventArgs e)
       {
          DisplayOrientations displayOrientation =DisplayProperties.CurrentOrientation;
           switch(displayOrientation)
          
              caseDisplayOrientations.Landscape:
                 break;
              caseDisplayOrientations.Portrait:
                 break;
              caseDisplayOrientations.LandscapeFlipped:
                 break;
              caseDisplayOrientations.PortraitFlipped:
                 break;
              caseDisplayOrientations.None:
                 break;
           }
          this.screenOrientation.Text =DisplayProperties.CurrentOrientation.ToString();
          DisplayProperties.OrientationChanged += OnOrientationChanged;
       }

       protected override voidOnNavigatedFrom(NavigationEventArgs e)
       {
          DisplayProperties.OrientationChanged -= OnOrientationChanged;
       }

       void OnOrientationChanged(object sender)
       {
          this.screenOrientation.Text =DisplayProperties.CurrentOrientation.ToString();
       }


//注获取应用程序首选方向
       DisplayProperties.AutoRotationPreferences =DisplayOrientations.Portrait;
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
电脑键盘上所有英文的意思,你懂吗?
break的常考
初中英语:中考说明必备短语(共305个)
高考英语高频运用短语汇总02
2高考英语必备短语和搭配362条,考纲词汇
break away 可以脱离具体的,也可以脱离抽象的
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服