摘要:
VisualState 和 VisualStateManager 控件的默认 Style, ControlTemplate, VisualState 示例1、演示“VisualState 和 VisualStateManager”相关知识点Controls/UI/VisualState/Visual 阅读全文
摘要:
StaticResource ThemeResource 示例1、演示“StaticResource”相关知识点Resource/StaticResourceDemo.xaml Resource/StaticResourceDemo.xaml.cs 2、演示“ThemeResource”相关知识点R 阅读全文
摘要:
CustomResource ResourceDictionary 加载外部的 ResourceDictionary 文件 示例1、演示“CustomResource”相关知识点Resource/CustomResourceTest.cs Resource/CustomResourceDemo.xa 阅读全文
摘要:
Stroke - 笔划 Brush - 画笔 示例1、演示“Stroke”相关知识点Drawing/Stroke.xaml 2、演示“Brush”相关知识点Drawing/Brush.xaml Drawing/Brush.xaml.cs 阅读全文
摘要:
Shape - 图形 Path - 路径 示例1、演示“Shape”相关知识点Drawing/Shape.xaml 2、演示“Path”相关知识点Drawing/Path.xaml 阅读全文
摘要:
线性动画 - ColorAnimation, DoubleAnimation, PointAnimation 关键帧动画 - ColorAnimationUsingKeyFrames, DoubleAnimationUsingKeyFrames, PointAnimationUsingKeyFram 阅读全文
摘要:
背水一战 Windows 10 之 动画 PopInThemeAnimation - 控件出现时的动画 PopOutThemeAnimation - 控件消失时的动画 FadeInThemeAnimation - 控件淡入的动画 FadeOutThemeAnimation - 控件淡出的动画 Poi 阅读全文
摘要:
演示缓动(easing)的应用Animation/EasingAnimation.xaml Animation/EasingAnimation.xaml.cs 阅读全文
摘要:
介绍背水一战 Windows 10 之 绑定 与 Element 绑定 与 Indexer 绑定 TargetNullValue - 当绑定数据为 null 时显示的值 FallbackValue - 当绑定失败时显示的值 示例1、演示如何与 Element 绑定Bind/BindingElemen 阅读全文
摘要:
介绍背水一战 Windows 10 之 动画 ThemeTransition 的概述 EntranceThemeTransition - 页面间跳转时的过渡效果 ContentThemeTransition - 内容改变时的过渡效果 RepositionThemeTransition - 位置改变时 阅读全文