数了数framework3.0 SDK中的WPF Sample,一共有28类422个,突然有了一个大胆的想法,就是把这些例子全部翻译出来,并且配上自己的学习心得,争取1-2月完成,这一篇文章会随时更新,随着我对WPF的理解程度。 Read More
转载
2007-03-30 22:36:00
65阅读
2评论
前天WPF/E SDK同时在WPF/E Dev Center和MSDN Library更新了。现在WPF/E SDK包含以下内容:
更新的SDK文档
更新的Quick Start
VS 2005 SP1的模板支持
"WPF/E" (codename) Software Development Kit (SDK) Com
原创
2006-12-25 00:35:11
770阅读
下载到一套NET3.0 SDK,1.16G大小,关于WPF的例子达300之多,准备挨个介绍一遍。 所有程序基于Framework3.0,要在VS2005上运行(经测试,VS2008需要转换)。 目录如下: 一级目录 二级目录 案例简介 ... Read More
转载
2008-01-26 12:23:00
48阅读
2评论
PrintDialog This sample illustrates how to create an instance of a simple PrintDialog and then display it. The sample uses both Extensible Application Markup Language (XAML) and procedural code. ... Read More
转载
2008-03-08 18:16:00
66阅读
2评论
GridComplex
This sample shows how to create a complex Grid by using Extensible Application Markup Language (XAML). The output of the sample is a calendar.
本例介绍基于Grid设计的一个月历。其中,使用到了Grid.Resou
转载
2008-03-08 21:36:00
61阅读
2评论
这是《我佩服——WPF深入研究》的第三章,包含14个示例的研究。这一章比较怪,都是以FlowDocument为主题,进行布局设计,同时对TextBlock进行了详尽的分析。很多不常见的类出现在这一章的例子中。 Read More
转载
2008-04-22 23:49:00
209阅读
2评论
Guid This sample shows how to create and use an instance of the Grid element in Windows Presentation Foundation. WPF中Guid的使用方法 1)纯xaml ... Read More
转载
2008-03-08 21:02:00
198阅读
2评论
EnumerateSubsetOfPrintQueues shows how to use the EnumeratedPrintQueueTypes enumeration to get a subset of available print queues 这个Sample倒也简单,只有一个Main函数,讲的是EnumeratedPrintQueueTypes枚举,通过其两个值L... Read More
转载
2008-03-08 18:21:00
89阅读
2评论
摘要: 这是《我佩服——WPF深入研究》的第四章,包含51个示例的研究。Layout布局看似简单,其实里面有很多技巧,本文在介绍这些布局面板的同时,还讲解了如何自定义一个Panel,以及实现它的MeasureOverride和ArrangeOverride。此外,还涉及到IScrollInfo接口,ScrollViewer的使用方法,Thickness转换器。 Read More
转载
2008-04-27 19:58:00
130阅读
2评论
安装包 管理nuget包 也许还需要 初始化arcgis 即可正常使用ArcGIS Runtime SDK了
原创
2021-04-25 19:48:11
538阅读
前提条件:Window7操作系统好处:没有使用Surface2.0之前,无论是简单的拖拽,还是复杂的旋转、缩放效果(下文简称Manipulating)都需要开发者逐字逐句的编写出来。Surface 2.0 SDK 的发布可以使这些工作更加简单,我们甚至不需要对这些效果写任何代码。(1)下载安装Surface 2.0 SDK 和Runtime,下载地址(2)安装成功后,在VS2010
转载
2011-07-15 01:33:00
101阅读
2评论
WordGame2 This sample is the second of two related samples, with accompanying walkthroughs. They are intended to be co
转载
2008-03-08 20:36:00
59阅读
2评论
QuickStart4 This sample shows you how to implement a button with an associated Click event handler. 本例介绍如何在xaml的button上绑定后台的事件 xaml代码: Click Me 后台代码: namespace Qu... Read More
转载
2008-03-08 19:22:00
66阅读
QuickStart3 This sample shows you how to construct a complex Extensible Application Markup Language
转载
2008-03-08 19:09:00
43阅读
QuickStart2 This sample shows how to use a DockPanel element to arrange three Button in a vertical stack. 区别于上一个Sample,这个例子在StackPanel里,居左对齐,垂直排列3个按钮。 Button 1 Button 2 Button ... Read More
转载
2008-03-08 18:57:00
49阅读
WordGame1 This sample is the first of two related samples, with accompanying walkthroughs. It introduces you to Windows Presentation Foundation programming by implementing
转载
2008-03-08 19:54:00
36阅读
2评论
之前版本是通过安装 Blend SDK 支持 Behaviors 库的,但是这个方法都是通过引用 dll 的方式,不够优雅。在升级到 dotnet core 3.0 的时候oft.Xaml.Behaviors.Wpf 库代替
原创
2024-10-15 10:43:36
30阅读
之前版本是通过安装 Blend SDK 支持 Behaviors 库的,但是这个方法都是通过引用 dll 的方式,不够优雅。在升级到 dotnet core 3.0 的时候就需要使用 WPF 官方团队开源的 Microsoft.Xaml.Behaviors.Wpf 库代替先通过 NuGet 安装 Microsoft.Xaml.Behaviors.Wpf 库或者在 csproj 添加下面代码...
原创
2021-06-29 16:44:35
167阅读
之前版本是通过安装 Blend SDK 支持 Behaviors 库的,但是这个方法都是通过引用 dll 的方式,不够优雅。在升级到 dotnet core 3.0 的时候就需要使用 WPF 官方团队开源的 Microsoft.Xaml.Behaviors.Wpf 库代替先通过 NuGet 安装 Microsoft.Xaml.Behaviors.Wpf 库或者在 csproj 添加下面代码...
原创
2022-04-21 13:41:14
79阅读
QuickStart5 This sample shows you how to use Hyperlink elements to create a simple two-page Extensible Application Markup Langua
转载
2008-03-08 19:28:00
55阅读