Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Metro styled Silverlight Applications

Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8's UI & UX is, I assume the future of how we develop applications for the future versions of the win OS might be changing to look more or less 'metro'.

So what I am asking is, if anyone knows of any resource or has any ideas on how to use the currently available silverlight controls to achieve that look and feel. Is there anything planned to change the controls to match that UX out of the box and more natively?

like image 539
user20358 Avatar asked Jun 03 '11 08:06

user20358


1 Answers

As you know Metro is not tied to any technology. You can reference WP7 UI guidelines to get some hints; a new version of the guideline is available from Microsoft web site.

For Silverlight 4, you can download themes from Microsoft http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e9da0eb8-f31b-4490-85b8-92c2f807df9e

The Cosmopolitan theme when applied to a Silverlight4 application will give you Metro UI.

You can either apply the theme as-is or have a look in the xaml resource files to see how the theme is designed (brushes, fonts, styles etc)

For good UI (including Metro concepts and Blend) reference, I recommend visiting http://www.riagenic.com/

I hope this helps.

like image 59
byte Avatar answered Sep 29 '22 17:09

byte