
Silverlight
suzhi921
这个作者很懒,什么都没留下…
展开
-
Silverlight4入门之开发工具安装(一)
1.下载Web Platform Installer并安装:http://www.microsoft.com/web/downloads/platform.aspx 2.安装Silverlight4 Tools for Visual Studio2010(注:安装好Web Pl原创 2011-10-17 08:46:20 · 671 阅读 · 0 评论 -
Silverlight4入门之样式与模板(十)
<UserControl x:Class="SbSCh3_4.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas原创 2011-10-18 09:57:49 · 561 阅读 · 0 评论 -
Silverlight4入门之CheckBox/rdiobutton控件(五)
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Control原创 2011-10-17 11:38:35 · 728 阅读 · 0 评论 -
Silverlight4入门之StackPanel控件(九)
<UserControl x:Class="FirstSilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmln原创 2011-10-17 12:27:49 · 611 阅读 · 0 评论 -
Silverlight4入门之Grid控件(八)
<UserControl x:Class="FirstSilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmln原创 2011-10-17 12:08:53 · 563 阅读 · 0 评论 -
Silverlight4入门之listbox控件(六)
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Control原创 2011-10-17 11:58:57 · 646 阅读 · 0 评论 -
Silverlight4入门之Canvas控件(七)
<UserControl x:Class="FirstSilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmln原创 2011-10-17 12:04:45 · 536 阅读 · 0 评论 -
Silverlight4入门之Button控件(三)
将上节的MainPage.xaml文件替换如下: <UserControl x:Class="FirstSilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xa原创 2011-10-17 10:05:10 · 611 阅读 · 0 评论 -
Silverlight4入门之第一个应用程序(二)
一.打开Visual Studio 2010,选择新建项目,点击左边的Silverlight,选择Silverlight Application,输入FirstSilverlightApplication,点OK 二.双击服务器资源管理器里的Mai原创 2011-10-17 09:21:16 · 544 阅读 · 0 评论 -
Silverlight4入门之动画(十一)
<UserControl x:Class="SbSCh7_1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas原创 2011-10-18 12:56:00 · 469 阅读 · 0 评论