4
Answers

Background image for a page in Silverlight

mahesh

mahesh

13y
2.1k
1
Dear All,
  I want to show image as background in silverlight page.i have included this code in xaml:
<Grid.Background>
    <ImageBrush ImageSource="D:\body-background.jpg"/>
</Grid.Background>

it's showing image but when i run my project then it was not showing background image for a page.how can i solve this problem?

Thanks in advance
Answers (4)