Difference between revisions of "Silverlight"
From Richard's Wiki
Line 15: | Line 15: | ||
Effect="{StaticResource DropShadow}" | Effect="{StaticResource DropShadow}" | ||
</code> | </code> | ||
+ | === Silverlight Control Libraries === |
Revision as of 20:15, 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}"