Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

Is it possible to apply an image to a silverlight childwindow?
If yes then how can i do it? I tried using the image control but it does not seem to work!! Any help would be appreciated.

Thanks in Advance
Regards
Posted

As is demonstrated here[^], its quite possible.
 
Share this answer
 
i think its not possible to add a image to a silverlight! is there a way????
 
Share this answer
 
yes its possible... here's how u do it


XML
<Grid.Background>
            <ImageBrush ImageSource="/ImagePath/Image.jpg" Stretch="Fill" />
        </Grid.Background>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900