Set grid background.
WCF and WF
2
Posts
2
Posters
0
Views
1
Watching
-
I have an image and i want to set grid background by it.Please help me ! Thank, sorry for my english :)
Thats quite easy .. You can set the BackgroundProperty of your Grid to an ImageBrush. <Grid.Background> <ImageBrush ImageSource="../Resources/myBackgroundImage.png" Stretch="Fill" /> </Grid.Background> Hope this helps Cheers Noodles