上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页
摘要: 背水一战 Windows 10 之 C# 7.0 新特性: out 变量, 数字语法改进, 值类型的异步返回, 值类型变量的引用和值类型返回值的引用, 模式匹配, 元组, 表达式抛出异常, lambda 表达式作用于构造函数或属性, 局部函数(本地函数) 阅读全文
posted @ 2017-04-10 09:45 webabcd 阅读(2579) 评论(0) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 控件(导航类): Frame 动画 阅读全文
posted @ 2017-04-05 10:42 webabcd 阅读(1603) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(导航类): Frame 阅读全文
posted @ 2017-01-19 08:55 webabcd 阅读(1641) 评论(1) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(导航类): AppBar, CommandBar 阅读全文
posted @ 2017-01-17 08:09 webabcd 阅读(1766) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(布局类): VariableSizedWrapGrid, Border, Viewbox, SplitView 阅读全文
posted @ 2017-01-12 16:41 webabcd 阅读(1435) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(布局类): Panel, Canvas, RelativePanel, StackPanel, Grid 阅读全文
posted @ 2017-01-10 15:26 webabcd 阅读(1474) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): MessageDialog, ContentDialog 阅读全文
posted @ 2016-09-28 08:39 webabcd 阅读(2715) 评论(6) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): ToolTip, Popup, PopupMenu 阅读全文
posted @ 2016-09-26 08:00 webabcd 阅读(2088) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(弹出类): FlyoutBase, Flyout, MenuFlyout 阅读全文
posted @ 2016-09-22 08:47 webabcd 阅读(1716) 评论(0) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 控件(进度类): RangeBase, Slider, ProgressBar, ProgressRing 阅读全文
posted @ 2016-09-20 09:37 webabcd 阅读(2064) 评论(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 阅读(1823) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): AutoSuggestBox 阅读全文
posted @ 2016-08-26 15:05 webabcd 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): RichTextBlock, RichTextBlockOverflow, RichEditBox 阅读全文
posted @ 2016-08-22 08:38 webabcd 阅读(1824) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): TextBox, PasswordBox 阅读全文
posted @ 2016-08-18 09:15 webabcd 阅读(2201) 评论(0) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 控件(文本类): TextBlock 阅读全文
posted @ 2016-08-08 08:51 webabcd 阅读(2819) 评论(8) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 XAML: x:DeferLoadStrategy="Lazy" - 用于指定一个 UIElement 为一个延迟加载元素, x:Null - null 阅读全文
posted @ 2016-07-25 08:50 webabcd 阅读(1453) 评论(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 阅读(1351) 评论(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 阅读(1483) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: x:Bind 绑定, x:Bind 绑定之 x:Phase, 使用绑定过程中的一些技巧 阅读全文
posted @ 2016-07-07 08:34 webabcd 阅读(2224) 评论(3) 推荐(2) 编辑
摘要: 背水一战 Windows 10 之 绑定: DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件, UpdateSourceTrigger - 数据更新的触发方式, 对绑定的数据做自定义转换 阅读全文
posted @ 2016-07-04 11:22 webabcd 阅读(3168) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: TemplateBinding 绑定, 与 RelativeSource 绑定, 与 StaticResource 绑定 阅读全文
posted @ 2016-06-27 08:29 webabcd 阅读(2371) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定: 与 Element 绑定, 与 Indexer 绑定, TargetNullValue - 当绑定数据为 null 时显示的值, FallbackValue - 当绑定失败时显示的值 阅读全文
posted @ 2016-06-24 08:31 webabcd 阅读(1451) 评论(2) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 动画: ThemeTransition 的概述, EntranceThemeTransition - 页面间跳转时的过渡效果, ContentThemeTransition - 内容改变时的过渡效果, RepositionThemeTransition - 位置改变时的过渡效果, PopupThemeTransition - 弹出时的过渡效果, AddDeleteThemeTransition - 添加项或删除项时的过渡效果, ReorderThemeTransition - 对集合中的元素重新排序时的过渡效果, PaneThemeTransition - 基于边缘的较大 UI 滑入和滑出时的过渡效果, EdgeUIThemeTransition - 基于边缘的较小 UI 滑入和滑出时的过渡 阅读全文
posted @ 2016-06-16 12:08 webabcd 阅读(1887) 评论(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 阅读(1933) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 动画: 缓动动画 - easing 阅读全文
posted @ 2016-05-30 09:50 webabcd 阅读(1683) 评论(0) 推荐(1) 编辑
摘要: 背水一战 Windows 10 之 动画: 线性动画 - ColorAnimation, DoubleAnimation, PointAnimation; 关键帧动画 - ColorAnimationUsingKeyFrames, DoubleAnimationUsingKeyFrames, PointAnimationUsingKeyFrames, ObjectAnimationUsingKeyFrames 阅读全文
posted @ 2016-05-26 09:58 webabcd 阅读(5966) 评论(4) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页