2015年12月10日

Windows10 UWP 隐藏手机状态栏

摘要: if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent(typeof(StatusBar).ToString())) { StatusBar statusBar = Windows.... 阅读全文

posted @ 2015-12-10 14:57 wlqsmiling 阅读(923) 评论(0) 推荐(0) 编辑

Windows10 UWP 设置窗口最小值

摘要: ApplicationView.GetForCurrentView().SetPreferredMinSize(new Windows.Foundation.Size(wid, hei)); 阅读全文

posted @ 2015-12-10 14:55 wlqsmiling 阅读(606) 评论(0) 推荐(0) 编辑

Windows10 UWP Back Button的处理

摘要: 1,Making the Back button appear requires just one line of code:SystemNavigationManager.GetForCurrentView().AppViewBackButtonVisibility = AppViewBackBu... 阅读全文

posted @ 2015-12-10 14:34 wlqsmiling 阅读(295) 评论(0) 推荐(0) 编辑

导航