Image Based Text Effect in Windows Phone 7


Introduction

In this article we will understand the Image based Text Effect on Windows Phone 7. Ever wonder how to add a gradient-like effect but as an image?

Let us see how to do that.

Step 1 : First of all we need to create a new project for Windows Phone 7 (I preferred that) import this image below in your application.

Google Buzz icon

social_google_buzz_button_256.png

Step 2 : In this step you need to add a label to your project.

1a.png
 
Step 3 :
Now change its Foreground value to get the image we've imported above.

2a.png

Step 4 : Change Stretch into UniformToFill to get a better view. Here's what we've achieved:

3a.png

Hope its an useful trick for you :)


Similar Articles