I am making Windows phone application, which is a panorama app. I wanted to change font color and style of title of app. I have used technique like to include “textblock” and then customizing font style of textblock. But it didn’t worked.
Howto do it?
thanks in advance
If this is what you want to do:

You just need to change the style of the Panorama element.
Here is the code for the image above
If you don’t know how to create styles, create a copy of the style of the current element and edit to your liking. I’ve written up a blog post for another SO user here how to do that 🙂
Hope this helps!