My Silverlight Blog

Some Silverlight demos and learning samples.

May, 2008

Posts
  • My Silverlight Blog

    Windowing Demo for Silverlight 2 Beta

    • 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

    • 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

    • 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...
Page 1 of 1 (3 items)