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

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
MyScale Blog
MyScale Blog
A
About on SuperTechFans
博客园_首页
B
Blog RSS Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
I
InfoQ
罗磊的独立博客

博客园 - 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的开发成果,岂不是很棒?