摘要: 在 windows phone store app 中,判断和设置页面横竖屏的方法,与 silverlight 中的 Page 类不同,不能直接通过 Page.Orientation 进行设置。而是通过 DisplayInformation 类,方法如下:// 横屏Windows.Graphics.... 阅读全文
posted @ 2014-06-30 11:24 博琼 阅读(473) 评论(0) 推荐(0)