Difference between revisions of "Silverlight"
From Richard's Wiki
(→Silverlight Control Libraries) |
|||
| Line 16: | Line 16: | ||
</code> | </code> | ||
=== Silverlight Control Libraries === | === Silverlight Control Libraries === | ||
| + | * [http://silverlight.net/content/samples/sl3/toolkitcontrolsamples/run/default.html Silverlight Toolkit (Codeplex)] | ||
| + | * [http://mightymeaty.members.winisp.net/blacklight.silverlight/ Blacklight] | ||
Revision as of 20:17, 27 February 2010
- 4 Simple Steps to Consume WCF Service using Silverlight
- Interaction between Silverlight and HTML
- How to Construct a Reusable Silverlight ASP.NET User Control
- Dropshadow effect (in Resources):
<DropShadowEffect x:Key="DropShadow"
BlurRadius="15"
Color="Black"
Direction="320"
Opacity="1.0"
ShadowDepth="10" />
- To use:
Effect="{StaticResource DropShadow}"