Hi
I'm struggling with my Gradient in silverlight. In the link below is what I'm trying to do. It's the Menu block (Top Block).
http://www.internationaltrucks.com/Trucks/
I know how to get normal Gradient, but I have no idea how to get the result that's in the link. I'm still pretty new to Silverlight and I'm not really finding anything what I need with Google.
Any help would be appreciated.
Thanks
Loading
Mahesh ChandPosted Mar 23, 2011, 2:20 PM
<LinearGradientBrush >
<GradientStop Color="Bisque" Offset="0.0"/>
<GradientStop Color="Orange" Offset="0.143"/>
<GradientStop Color="Yellow" Offset="0.286"/>
<GradientStop Color="DarkTurquoise" Offset="0.429"/>
<GradientStop Color="Blue" Offset="0.572"/>
<GradientStop Color="DarkGray" Offset="0.715"/>
<GradientStop Color="Violet" Offset="1.0"/>
LinearGradientBrush>
Here is an article that was listed in the Right side bar of this post.Gradient Effect in Silverlight
NeCroFirePosted Mar 24, 2011, 1:59 AM