Skip to main content
Home Forums Silverlight Design Designing with Silverlight silverlight background
5 replies. Latest Post by Pravinkumar R. D. on November 4, 2009.
(0)
bharathk...
Member
280 points
51 Posts
11-04-2009 4:40 AM |
Hi Experts,
I want to do shaded background ,same like silverlight.net website.Whether it is possible in xaml or not ?
If possible , please give me some example......Thanks in advance
Ardman
Contributor
3326 points
922 Posts
11-04-2009 4:51 AM |
I am using a Gradient effect. This is in my MainPage.XAML:
<
11-04-2009 5:07 AM |
I dont want ordinary background........I want below like background in xaml
11-04-2009 5:11 AM |
<!-- Logo Icon Style --> <Style x:Key="LogoIcon" TargetType="ContentControl">
<!-- Logo Icon Style -->
In your XAML, add a ContentControl:
Obviously the Height, widths etc. will need to change. I originally used Expression Blend 3 to load this image.
11-04-2009 5:32 AM |
sorry ardman,
I want that kind of shades in pure xaml , i dont want image as background.Plz any samples or examples .....
Pravinku...
4300 points
708 Posts
11-04-2009 6:03 AM |
Hi,
Just a thought. I usually make use of Microsoft Expression Design Tool for design purpose and then export that design in Silverlight XAML. Check if this helps you or not.
http://msdn.microsoft.com/en-us/library/cc375001(Expression.30).aspx
Thanks,
Pravin
"Please mark as answered, if this answers your question"