博客园  :: 新随笔  :: 管理

2011年1月12日

摘要: Silverlight Fieldset ControlThe free Fieldset control for Microsoft's Silverlight is a collapsable container for other vectorlight.net Controls and standard Silverlight elements such as TextBlocks, Rectangesetc.The Fieldset control allows related controls to be grouped together in an easy and nicely 阅读全文

posted @ 2011-01-12 16:23 slwf7man 阅读(287) 评论(0) 推荐(0)

摘要: Silverlight DropDown ControlThis free DropDown control is, as its name suggests a generic control for allowing any content to be presented in a manner similar to the ComboBox.This Silverlight only DropDown Control is easy to implement on your Silverlight driven website and is also customizable to pr 阅读全文

posted @ 2011-01-12 15:37 slwf7man 阅读(370) 评论(0) 推荐(0)

摘要: How to Use the Color Selector ControlTo use the Color Selector control you will need to add a reference to Liquid.dllin your project.To use the Color Selector on your Silverlight page:UserControl x:Class="ColorSelector.Page"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="h 阅读全文

posted @ 2011-01-12 09:59 slwf7man 阅读(440) 评论(0) 推荐(0)

摘要: 当用户安装好Silverlight 4.0运行时后,打开浏览器在任何一个Silverlight应用程序点击鼠标右键可以看到Silverlight4插件的属性,其中加入了WebCam和MIC支持的TAB项,如图所示。Silverlight 4.0的CaptureDeviceConfiguration.GetAvailableVideoCaptureDevices可以得到用户本机所有可用的摄像头设备列表,下面我们实现在Silverlight中启用用户本机的摄像头,首先在界面中添加一个用来显示视频的“容器”Grid,然后添加一个按钮用来启用CAM设备,如图所示。XAML:1 Border x:Na 阅读全文

posted @ 2011-01-12 08:39 slwf7man 阅读(244) 评论(0) 推荐(0)