作者
Abel Avram译者
赵劼
发布于
2009年1月11日 上午10时49分
<dl class="tags2"><dt class="community">社区</dt><dd><a href="http://www.infoq.com/cn/dotnet" name="dotnet" id="740" onclick="try {CategoryPopup.showPopup(this);} catch(e) {}; return false;">.NET</a></dd><dt class="topics">主题</dt><dd><a href="http://www.infoq.com/cn/ria" name="ria" id="777" onclick="try {CategoryPopup.showPopup(this);} catch(e) {}; return false;">RIA</a>,</dd><dd><a href="http://www.infoq.com/cn/Silverlight" name="Silverlight" id="1,112" onclick="try {CategoryPopup.showPopup(this);} catch(e) {}; return false;">Silverlight</a></dd><dt class="topics">标签</dt><dd><a href="http://www.infoq.com/cn/Microsoft" name="Microsoft" id="1,062" onclick="try {CategoryPopup.showPopup(this);} catch(e) {}; return false;">微软</a></dd></dl>
<div>微
软发布了Silverlight
2自带控件的源代码和单元测试,其中包括System.Windows.dll、System.Windows.Controls.dll和
System.Windows.Controls.Data.dll。此外,Silverlight工具箱也在CodePlex上发布了。
以下控件的源代码已经发布:
- ButtonBase
- Button
- HyperlinkButton
- CheckBox
- RadioButton
- CheckBox
- ToogleButton
- RepeatButton
- RangeBase
- Slider
- ScrollBar
- ProgressBar
- Calendar
- DataGrid
- DatePicker
- GridSplitter
- TabControl
SDK里如下类的源码也已发布:
- Calendar
- DatePicker
- DataGrid
- TabControl
- GridSplitter
开发Silverlight应用程序时并不需要Silverlight 2控件的源代码,不过在开发其他控件时可以作为很好的参考。数以千计的单元测试随源代码一起发布,它们对于开发期望样式和行为的控件非常有帮助。
Silverlight 工具箱是
一套独立于普通发布周期的Silverlight组件,它们可以在CodePlex下载到。这个工具箱包含了以下三大类组件:控件、图表和主题。它和刚发
布的Silverlight 2源代码一样,对那些希望为自己应用程序开发自定义Silverlight组件的开发人员提供指导。工具箱中包含以下组件:
一套独立于普通发布周期的Silverlight组件,它们可以在CodePlex下载到。这个工具箱包含了以下三大类组件:控件、图表和主题。它和刚发
布的Silverlight 2源代码一样,对那些希望为自己应用程序开发自定义Silverlight组件的开发人员提供指导。工具箱中包含以下组件:
- AutoCompleteBox
- DockPanel
- HeaderedContentControl
- HeaderedItemsControl
- Label
- NumericUpDown
- TreeView
- WrapPanel
- Charting
- Expander
- ImplicitStyleManager
- Viewbox
以及下列主题:
- Bureau Black
- Bureau Blue
- Expression Dark
- Expression Light
- Rainier Purple
- Rainier Orange
- Shiny Blue
- Shiny Red
- Whistler Blue
Silverlight 2控件和工具箱都发布于Microsoft Public License (Ms-PL)。
转自:http://www.infoq.com/cn/news/2009/01/Silverlight-2-Source-Code
转自:http://www.infoq.com/cn/news/2009/01/Silverlight-2-Source-Code