上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 38 下一页
摘要: 背水一战 Windows 10 之 控件(布局类): VariableSizedWrapGrid, Border, Viewbox, SplitView 阅读全文
posted @ 2017-01-12 16:41 webabcd 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(布局类): Panel, Canvas, RelativePanel, StackPanel, Grid 阅读全文
posted @ 2017-01-10 15:26 webabcd 阅读(1477) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): MessageDialog, ContentDialog 阅读全文
posted @ 2016-09-28 08:39 webabcd 阅读(2745) 评论(6) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): ToolTip, Popup, PopupMenu 阅读全文
posted @ 2016-09-26 08:00 webabcd 阅读(2094) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): FlyoutBase, Flyout, MenuFlyout 阅读全文
posted @ 2016-09-22 08:47 webabcd 阅读(1723) 评论(0) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 控件(进度类): RangeBase, Slider, ProgressBar, ProgressRing 阅读全文
posted @ 2016-09-20 09:37 webabcd 阅读(2067) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(选择类): ListBox, RadioButton, CheckBox, ToggleSwitch 阅读全文
posted @ 2016-09-12 08:24 webabcd 阅读(1749) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(选择类): Selector, ComboBox 阅读全文
posted @ 2016-09-08 09:54 webabcd 阅读(2121) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(按钮类): ButtonBase, Button, HyperlinkButton, RepeatButton, ToggleButton, AppBarButton, AppBarToggleButton 阅读全文
posted @ 2016-08-29 09:13 webabcd 阅读(1824) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): AutoSuggestBox 阅读全文
posted @ 2016-08-26 15:05 webabcd 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): RichTextBlock, RichTextBlockOverflow, RichEditBox 阅读全文
posted @ 2016-08-22 08:38 webabcd 阅读(1837) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): TextBox, PasswordBox 阅读全文
posted @ 2016-08-18 09:15 webabcd 阅读(2202) 评论(0) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): TextBlock 阅读全文
posted @ 2016-08-08 08:51 webabcd 阅读(2832) 评论(8) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 XAML: x:DeferLoadStrategy="Lazy" - 用于指定一个 UIElement 为一个延迟加载元素, x:Null - null 阅读全文
posted @ 2016-07-25 08:50 webabcd 阅读(1454) 评论(2) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 x:Bind 实现 MVVM(不用 Command) 阅读全文
posted @ 2016-07-21 08:39 webabcd 阅读(1695) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 Binding 或 x:Bind 结合 Command 实现,通过非 ButtonBase 触发命令 阅读全文
posted @ 2016-07-18 08:27 webabcd 阅读(1357) 评论(2) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 Binding 或 x:Bind 结合 Command 实现,通过 ButtonBase 触发命令 阅读全文
posted @ 2016-07-14 08:51 webabcd 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: 通过 Binding 绑定对象, 通过 x:Bind 绑定对象, 通过 Binding 绑定集合, 通过 x:Bind 绑定集合, 通过 Binding 绑定字典表 阅读全文
posted @ 2016-07-11 09:00 webabcd 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: x:Bind 绑定, x:Bind 绑定之 x:Phase, 使用绑定过程中的一些技巧 阅读全文
posted @ 2016-07-07 08:34 webabcd 阅读(2233) 评论(3) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 绑定: DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件, UpdateSourceTrigger - 数据更新的触发方式, 对绑定的数据做自定义转换 阅读全文
posted @ 2016-07-04 11:22 webabcd 阅读(3230) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: TemplateBinding 绑定, 与 RelativeSource 绑定, 与 StaticResource 绑定 阅读全文
posted @ 2016-06-27 08:29 webabcd 阅读(2375) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: 与 Element 绑定, 与 Indexer 绑定, TargetNullValue - 当绑定数据为 null 时显示的值, FallbackValue - 当绑定失败时显示的值 阅读全文
posted @ 2016-06-24 08:31 webabcd 阅读(1453) 评论(2) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 动画: ThemeTransition 的概述, EntranceThemeTransition - 页面间跳转时的过渡效果, ContentThemeTransition - 内容改变时的过渡效果, RepositionThemeTransition - 位置改变时的过渡效果, PopupThemeTransition - 弹出时的过渡效果, AddDeleteThemeTransition - 添加项或删除项时的过渡效果, ReorderThemeTransition - 对集合中的元素重新排序时的过渡效果, PaneThemeTransition - 基于边缘的较大 UI 滑入和滑出时的过渡效果, EdgeUIThemeTransition - 基于边缘的较小 UI 滑入和滑出时的过渡 阅读全文
posted @ 2016-06-16 12:08 webabcd 阅读(1889) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 动画: PopInThemeAnimation, PopOutThemeAnimation, FadeInThemeAnimation, FadeOutThemeAnimation, PointerDownThemeAnimation, PointerUpThemeAnimation, SwipeHintThemeAnimation, SwipeBackThemeAnimation, RepositionThemeAnimation, SplitOpenThemeAnimation, SplitCloseThemeAnimation, DrillInThemeAnimation, DrillOutThemeAnimation, DragItemThemeAnimation, DragOverThemeAnimation, DropTargetItemThemeAnimation 阅读全文
posted @ 2016-06-13 13:11 webabcd 阅读(1936) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 动画: 缓动动画 - easing 阅读全文
posted @ 2016-05-30 09:50 webabcd 阅读(1684) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 动画: 线性动画 - ColorAnimation, DoubleAnimation, PointAnimation; 关键帧动画 - ColorAnimationUsingKeyFrames, DoubleAnimationUsingKeyFrames, PointAnimationUsingKeyFrames, ObjectAnimationUsingKeyFrames 阅读全文
posted @ 2016-05-26 09:58 webabcd 阅读(5969) 评论(4) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绘图: Stroke - 笔划, Brush - 画笔 阅读全文
posted @ 2016-05-23 09:08 webabcd 阅读(1835) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绘图: Shape - 图形, Path - 路径 阅读全文
posted @ 2016-05-19 12:19 webabcd 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 资源: CustomResource, ResourceDictionary, 加载外部的 ResourceDictionary 文件 阅读全文
posted @ 2016-05-16 09:29 webabcd 阅读(1846) 评论(0) 推荐(2) 编辑
摘要: 速战速决 之 PHP: 获取 http 请求数据, 获取 get 数据 和 post 数据, json 字符串与对象之间的相互转换 阅读全文
posted @ 2016-05-06 14:33 webabcd 阅读(4556) 评论(2) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 38 下一页