随笔分类 -  WPF

WPF 相关文章
Rectangle 属性
摘要:Rectangle 类绘制一个矩形形状,该形状可以具有笔画和填充。命名空间: System.Windows.Shapes程序集: System.Windows(在 System.Windows.dll 中)Rectangle 属性Rectangle 类型公开以下成员。 属性 名称说明ActualHeight获取 FrameworkElement 的呈现高度。 (继承自 FrameworkElem... 阅读全文

posted @ 2010-03-11 00:19 悟空空 阅读(2655) 评论(0) 推荐(0)

DoubleAnimation 类
摘要:DoubleAnimation 类更新:2007 年 11 月在指定的 Duration 内使用线性内插对两个目标值之间的 Double 属性值进行动画处理。命名空间: System.Windows.Media.Animation程序集: PresentationCore(在 PresentationCore.dll 中)用于 XAML 的 XMLNS:http://schemas.microso... 阅读全文

posted @ 2010-01-18 23:24 悟空空 阅读(1961) 评论(0) 推荐(0)

Storyboard 类
摘要:Storyboard 类通过时间线控制动画,并为其子动画提供对象和属性目标信息。命名空间: System.Windows.Media.Animation程序集: System.Windows(在 System.Windows.dll 中) C# [ContentPropertyAttribute("Children", true)]public sealed class Storyboard : ... 阅读全文

posted @ 2010-01-18 23:16 悟空空 阅读(527) 评论(0) 推荐(0)

CroppedBitmap 类
摘要:CroppedBitmap 类更新:2007 年 11 月裁剪一个 BitmapSource。命名空间: System.Windows.Media.Imaging程序集: PresentationCore(在 PresentationCore.dll 中)CroppedBitmap 实现 ISupportInitialize 接口,以对多个属性的初始化进行优化。只能在对象初始化过程中对属性进行更改... 阅读全文

posted @ 2010-01-18 22:59 悟空空 阅读(1302) 评论(0) 推荐(0)

Windows Presentation Foundation 中的 Pack URI
摘要:Windows Presentation Foundation 中的 Pack URI更新:2007 年 11 月在 Windows Presentation Foundation (WPF) 中,使用统一资源标识符 (URI) 标识和加载文件的方式有很多,包括:指定当应用程序第一次启动时显示的用户界面 (UI)。加载图像。导航到页加载不可执行的数据文件。在代码中使用 Pack URI在代码中,可... 阅读全文

posted @ 2010-01-18 22:36 悟空空 阅读(1427) 评论(0) 推荐(1)

WPF 性能分析工具
摘要:Windows Presentation Foundation 工具WPF 性能分析工具WPF 提供了一套性能分析工具,来帮助您分析应用程序的运行时行为,并确定可以应用的性能优化的类型。下表列出了 Windows SDK 工具 WPFPerf 中包括的五个性能分析工具:工具说明Perforator(分析器)用于分析呈现行为。Visual Profiler(可视化探查器)用于按可视化树中的元素分析 ... 阅读全文

posted @ 2010-01-14 23:00 悟空空 阅读(8721) 评论(1) 推荐(2)

导航