惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
MyScale Blog
MyScale Blog
博客园_首页
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
罗磊的独立博客

博客园 - Roland

几个基本的计算机概念 无光驱采用U盘安装完整版xp javascript 日期格式化(转) jQuery URL Parser 帮助 .net环境下的javascript引擎汇总 使用ANTLR进行命令行参数解析 使用VSTA定制二次开发IDE(一) 探讨Antlr中文文法与英文文法的差异 .net与java中关于访问性的差异 基础知识之vb.net的拷贝构造函数 垃圾回收浅谈 ASP.NET 页面对象模型[转自Msdnchina] dotnetnuke小结 dotnetnuke中皮肤管理小问题 DNN中令人困惑的用户管理机制 第一次学习dotnetnuke [转帖]怎样成为优秀的软件模型设计者? [转帖]论程序设计方法 让VFP回到旧时代
Silverlight 5几个不错的新特性
Roland · 2011-12-10 · via 博客园 - Roland

1、PivotViewer(透视视图,具体什么作用没详细了解,没找到更详细的介绍)

The PivotViewer control enables you to display a large amount of data at once in a way that is easily consumable by the user. Users can browse the data in such a way that helps them see the trends and quickly find information they need. For more information see, PivotViewer.

2、DrawingSurface

DrawingSurface is a new control in Silverlight 5. DrawingSurface defines an area where 3-D content can be composed and rendered. You implement the rendering behavior through the event data of the Draw event. For more information, see 3-D Graphics Overview and Walkthrough: Creating and Animating a 3-D Textured Cube in Silverlight.

3-D绘图板,提供了方便的三维图形的绘制能力,令人心动的特性啊。

     3、本地文件的访问能力,在受信任环境中可以访问本地操作系统的文件,太强了。

     4、多窗口,只能在非浏览器的环境中使用,能提供多监视器显示不同窗口的能力。在监控类软件中可能特别有用。感觉与WPF有点儿趋同化。

     5、Windows API的访问能力,赤裸裸的诱导开发人员只为Windows的用户提供服务。

     6、矢量打印,Silverlight 4中提供了基于图像的打印,新版本升级啦。

     7、鼠标双击的判断,这么小的功能也作为新特性列出来,有点儿奇怪。

     8、XAML扩展,允许开发自定义格式的XAML解析器,可以开发一个WPF的解析器,在Silverlight里直接使用WPF的开发成果,岂不是很棒?