English 中文(简体)
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?

最佳回答

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.

问题回答

Have you missed this session? http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-790C

It shows step-by-step how a WP7 (~Silverlight) application can be be turned into a Metro-style application. Although it doesn t go into design principles.

Edit: haha, missed to see that this question was asked months ago, sorry.

Infragistics have published a free metro theme for Silverlight.





相关问题
split video and keep it running [closed]

any one can give me a hind how to split video (and can be played in separeat parts) ,by split here I mean to split it to 4 parts for example and each part can be running (paying)

Triggering animation inside a control

I am doing some transition animation using WPF and Blend 3. I have two outer usercontrols which is what I want the transition effect to happen on. Using Blend I can make this effect. The problem is ...

How to exit full-screen mode in Expression Blend

Somehow, Expression Blend has entered full-screen mode (no window chrome), but I can still minimize/maximize/restore/move through the taskbar button. I don t see any menu options for full-screen mode,...

Display images from folder with Silverlight(Blend)

I have a network directory that has a dump of all employee pics here at our company. The images are named FirstnameLastinitial.jpg. I ultimately am trying to build a photo browser of these pics in ...

热门标签