Reputation: 4801
I'm making a small application and I ran into a problem, I would like my app to have three tiles sizes. Right now I have only the two square sizes. How would I go about making the double wide title in Windows Phone 7.8?
Upvotes: 1
Views: 755
Reputation: 4504
A good example is provided here http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj720574(v=vs.105).aspx
The secret is to use feature detection and then set
WideBackgroundImage WideBackBackgroundImage WideBackContent
Upvotes: 1