My Silverlight Blog

Some Silverlight demos and learning samples.

April, 2008

Posts
  • My Silverlight Blog

    InnerGlow Effect For Silverlight 2 Beta 2

    • 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

    • 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

    • 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 (3 items)