随笔分类 -  UWP

摘要:背水一战 Windows 10 之 用户和账号: 获取用户的信息, 获取用户的同意 阅读全文
posted @ 2018-01-02 09:03 webabcd 阅读(1559) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 全球化: Demo, 格式化数字 阅读全文
posted @ 2017-12-25 09:58 webabcd 阅读(1316) 评论(8) 推荐(0)
摘要:背水一战 Windows 10 之 本地化: Demo, 改变语言 阅读全文
posted @ 2017-12-21 08:11 webabcd 阅读(1572) 评论(6) 推荐(2)
摘要:背水一战 Windows 10 之 控件(自定义控件): 自定义控件的 Layout 系统, 自定义控件的控件模板和事件处理的相关知识点 阅读全文
posted @ 2017-12-18 09:00 webabcd 阅读(1457) 评论(2) 推荐(0)
摘要:背水一战 Windows 10 之 控件(自定义控件): 自定义控件的基础知识,依赖属性和附加属性 阅读全文
posted @ 2017-12-14 09:55 webabcd 阅读(1431) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(控件基类 - ContentControl, UserControl, Page): ContentPresenter, ContentControl, UserControl, Page 阅读全文
posted @ 2017-12-11 09:07 webabcd 阅读(1635) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(控件基类 - Control): 基础知识, 焦点相关, 运行时获取 ControlTemplate 和 DataTemplate 中的元素 阅读全文
posted @ 2017-11-27 08:02 webabcd 阅读(1660) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(控件基类 - FrameworkElement): 基础知识, 相关事件, HorizontalAlignment 和 VerticalAlignment 阅读全文
posted @ 2017-11-24 16:13 webabcd 阅读(2289) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): 与 CanDrag 相关的事件(DragStartingEventArgs, DropCompletedEventArgs), 与 AllowDrop 相关的事件(DragEventArgs) 阅读全文
posted @ 2017-11-21 08:14 webabcd 阅读(1320) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): 拖放的基本应用, 手动开启 UIElement 的拖放操作 阅读全文
posted @ 2017-11-17 11:27 webabcd 阅读(1283) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): 获取 UIElement 的位置, UIElement 的布局相关(Measure, Arrange), UIElement 的非完整像素布局(UseLayoutRounding), UIElement 的其他特性(Visibility, Opacity, CacheMode) 阅读全文
posted @ 2017-11-13 08:58 webabcd 阅读(1889) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): RenderTransform(2D变换), Clip(剪裁) 阅读全文
posted @ 2017-10-23 07:52 webabcd 阅读(1343) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): Transform3D(3D变换), Projection(3D投影) 阅读全文
posted @ 2017-10-19 08:25 webabcd 阅读(1477) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): Manipulate 手势处理, 路由事件的注册, 路由事件的冒泡, 命中测试的可见 阅读全文
posted @ 2017-10-16 09:30 webabcd 阅读(1323) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(控件基类 - UIElement): Pointer 相关事件, Tap 相关事件, Key 相关事件, Focus 相关事件 阅读全文
posted @ 2017-10-12 08:30 webabcd 阅读(1445) 评论(0) 推荐(2)
摘要:背水一战 Windows 10 之 控件(控件基类 - DependencyObject): CoreDispatcher, 依赖属性的设置与获取, 依赖属性的变化回调 阅读全文
posted @ 2017-10-09 08:47 webabcd 阅读(1335) 评论(0) 推荐(1)
摘要:背水一战 Windows 10 之 控件(WebView): 监听页面的进入全屏事件和退出全屏事件, 监听导航至不支持 uri 协议的事件, 监听导航至不支持类型的文件的事件, 监听用新窗口打开 uri 的事件, 监听获取特殊权限的事件 阅读全文
posted @ 2017-09-26 08:30 webabcd 阅读(2009) 评论(0) 推荐(0)
摘要:背水一战 Windows 10 之 控件(WebView): 对 WebView 中的内容截图, 通过 Share Contract 分享 WebView 中的被选中的内容 阅读全文
posted @ 2017-09-21 07:43 webabcd 阅读(1640) 评论(2) 推荐(2)
摘要:背水一战 Windows 10 之 控件(WebView): 加载指定 HttpMethod 的请求, 自定义请求的 http header, app 与 js 的交互 阅读全文
posted @ 2017-09-18 07:42 webabcd 阅读(1789) 评论(2) 推荐(1)
摘要:背水一战 Windows 10 之 控件(WebView): 基础知识, 加载指定的 html, 加载指定的 url(http, https, ms-appx-web:///, embedded resource, ms-appdata:///), 结合 IUriToStreamResolver 可以实现自定义所有请求(包括 html 的 url 以及 html 内所有引用的 url)返回的内容(ms-local-stream://) 阅读全文
posted @ 2017-09-14 08:12 webabcd 阅读(3574) 评论(1) 推荐(0)