Apply background image in windows phone 7 application
In this post I am going show how we can apply an image in your app background. This we can do in XAML and also using C# code.
Video :-
[youtube=http://www.youtube.com/watch?v=FfJqEK4kEzY]
Image :-
XAML code:-
If we want to set image using XAML, it is easy. Just we need to set background for top parent element, in my Demo Grid (default) is top parent element. So, I am applying background image to that.
Just add the below code after <Gr...
More