1 / 9
文档名称:

微软模板.ppt

格式:ppt   大小:2,297KB   页数:9页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

微软模板.ppt

上传人:iris028 2022/7/16 文件大小:2.24 MB

下载得到文件列表

微软模板.ppt

相关文档

文档介绍

文档介绍:Microsoft Silverlight
An Introduction
Silverlight is a cross-browser, cross-platform plug-in*
* An auxiliary progMicrosoft Silverlight
An Introduction
Silverlight is a cross-browser, cross-platform plug-in*
* An auxiliary program that works with a software package to enhance its capability. For example, plug-ins used in Photoshop to add a filter for some special effect. Other examples of Plug-ins are Macromedia Flash, Digital Video Express(Divx) Player plug-in, Windows Media Player etc.
Why it’s time for Silverlight
Run on all popular browsers and OS
Consistent experience irrespective of platform
Supports AJAX methodology for rich Internet applications
Includes compelling graphics, 2D vector & animation
Streams video/audio and scales video quality from mobile device to 720 HDTV video modes
Small download 4 MB
Programming Language
XAML- core of Silverlight for Rich User interface
All other - for programming logic
Button b1 = new Button();
= "OK";
= new SolidColorBrush();
= 100;
<Button Width="100"> OK