[源码下载] 重新想象 Windows 8 Store Apps (50) - 输入: 边缘手势, 手势操作, 手势识别 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 手势 监测边缘手势 手势操作 - Manipulate 的应用(位移手势,缩放手势,旋转手势) 手势识别 - GestureRecognizer 的应用 示例1.演示如何监测边缘手势Input/Touch/EdgeGestureDemo.xaml <Page x:Class="XamlDe…
[源码下载] 重新想象 Windows 8 Store Apps (51) - 输入: 涂鸦板 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 涂鸦板 通过 Pointer 相关事件实现一个具有基本功能的涂鸦板 通过 InkManager 实现一个功能完善的涂鸦板 示例1.演示如何通过 Pointer 相关事件实现一个只有基本功能的涂鸦板Input/Ink/Simple.xaml <Page x:Class="XamlDemo.Input.Ink.Simp…
[源码下载] 重新想象 Windows 8 Store Apps (49) - 输入: 获取输入设备信息, 虚拟键盘, Tab 导航, Pointer, Tap, Drag, Drop 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 输入 输入设备的相关信息 SIP(Soft Input Panel)的应用 Tab 键导航 Pointer - 指针,鼠标 Tap - 触摸 Drag 和 Drop 示例1.演示如何获取输入设备的相关信息Input/InputDev…
[源码下载][重新想象 Windows 8.1 Store Apps 系列文章] 重新想象 Windows 8 Store Apps 系列文章索引 作者:webabcd 1.重新想象 Windows 8 Store Apps (1) - 控件之文本控件: TextBlock, TextBox, PasswordBox, RichEditBox, RichTextBlock, RichTextBlockOverflow 介绍 重新想象 Windows 8 Store Apps 之 控件 TextB…
原文:重新想象 Windows 8 Store Apps (16) - 控件基础: 依赖属性, 附加属性, 控件的继承关系, 路由事件和命中测试 [源码下载] 重新想象 Windows 8 Store Apps (16) - 控件基础: 依赖属性, 附加属性, 控件的继承关系, 路由事件和命中测试 作者:webabcd介绍重新想象 Windows 8 Store Apps 之 控件基础 DependencyProperty - 依赖属性 AttachedProperty - 附加属性 控件的继承…
[源码下载] 重新想象 Windows 8 Store Apps (38) - 契约: Search Contract 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 契约 Search Contract - 右侧边栏称之为 Charm, 其中的“搜索”称之为 Search Contract 使用 Search Contract 的搜索建议,数据源在本地,以及从输入法编辑器中获取相关信息 使用 Search Contract 的搜索建议,数据源在服务端,以及为搜…
[源码下载] 重新想象 Windows 8 Store Apps (39) - 契约: Share Contract 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 契约 Share Contract - 右侧边栏称之为 Charm,其中的“共享”称之为 Share Contract 示例1.演示如何开发共享源Contracts/ShareContract/ShareSource.xaml <Page x:Class="XamlDemo.Contracts…
[源码下载] 重新想象 Windows 8 Store Apps (52) - 绑定: 与 Element Model Indexer Style RelativeSource 绑定, 以及绑定中的数据转换 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 绑定 与 Element 绑定 与 Model 绑定 与 Indexer 绑定 对 Style 中的 Setter 进行绑定(绑定静态资源) Binding 的一个扩展标记 RelativeSource 的应用…
[源码下载] 重新想象 Windows 8 Store Apps (53) - 绑定: 与 ObservableCollection CollectionViewSource VirtualizedFilesVector VirtualizedItemsVector 绑定 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 绑定 与 ObservableCollection 绑定 与 CollectionViewSource 绑定 与 VirtualizedFile…
[源码下载] 重新想象 Windows 8 Store Apps (56) - 系统 UI: Scale, Snap, Orientation, High Contrast 等 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 系统 UI 获取系统的 UI 相关的设置信息 屏幕方向 Snap 为 snap 操作和屏幕方向的改变增加动画效果 缩放至不同屏幕 高对比度 示例1.演示如何获取系统的 UI 相关的设置信息UI/UISettingsInfo.xaml.cs…