Sign In
My Silverlight Blog
Some Silverlight demos and learning samples.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
animation
bitmap
drop shadow
effects
filters
glow
inner glow
Pages
scale 9
silverlight
silverlight 2 beta 1
silverlight 2 beta 2
WebClient
Archive
Archives
June 2008
(1)
May 2008
(3)
April 2008
(4)
MSDN Blogs
>
My Silverlight Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Silverlight Blog
WebClient and LINQ Demo
Posted
over 4 years ago
by
Tim Rule
1
Comments
This sample illustrates a simple usage of the WebClient and a LINQ query. The WebClient makes requests to an RSS feed from Adobe's kuler API which contains color themes defined by kuler users. The themes are then used to colorize an illustration. Silverlight...
My Silverlight Blog
Windowing Demo for Silverlight 2 Beta
Posted
over 4 years ago
by
Tim Rule
9
Comments
Click on the "Toggle Full Screen" to test this example. "Tile Windows" will layout thumbnails of the windows and clicking on a thumbnail will restore the windows. For this demo a FloatingWindow class has been created which inherits from UserControl...
My Silverlight Blog
Scale 9 Image for Silverlight
Posted
over 4 years ago
by
Tim Rule
4
Comments
A scale 9 image divides an image into 9 regions which each scale differently when an image is scaled. Click on the "Toggle Full Screen" to try the example. Drag the white square with a red border to resize the shape. Take the following bitmap for example...
My Silverlight Blog
Spline Based Animation Helper
Posted
over 4 years ago
by
Tim Rule
6
Comments
This code sample demonstrates an animation helper class to wrap up the code needed to animate a FrameworkElement's properties. This will work if the property is a double as well all of the object's transform properties. User defined dependency properties...
My Silverlight Blog
InnerGlow Effect For Silverlight 2 Beta 2
Posted
over 4 years ago
by
Tim Rule
12
Comments
I have taken the project from the previous post and extended the effect class to support an Inner Glow. The basic difference between the composition of the Inner Glow and the previous effects is that the gradients are reversed and the z index is changed...
My Silverlight Blog
Drop Shadow Effect for Silverlight 2 Beta 2
Posted
over 4 years ago
by
Tim Rule
3
Comments
A configurable shadow effect can be achieved for Silverlight 2 Beta 1 with the use of the Grid control and gradient fills. This will work for rectangular and rounded rectangular content. The code is built off of the previous glow effect post. The ShadowBox...
My Silverlight Blog
Glow Effect for Silverlight 2 Beta 2
Posted
over 4 years ago
by
Tim Rule
6
Comments
A configurable glow effect can be achieved for Silverlight 2 Beta 1 with the use of the Grid control and gradient fills. This will achieve the effect for rectangular and rounded rectangular controls. The GlowBox control is composed of a Canvas containing...
Page 1 of 1 (7 items)