Try the following code..
On your code behind add the following line..
BtnProfilePicture.BackgroundImage = new ImageBrush { ImageSource = LoadBackgroundImage(yourfilename.jpg)};
Vote me if this works!