Search code examples
c#windows-8microsoft-metrocontroltemplate

Control Styles and Templates for Windows 8 Metro-UI


I've met some issue with the visual appearance of my C#/XAML Metro-UI application. I want to customize default template. For another type of applications, I can take default styles and controls from MSDN articles. For example:

Where can I find something similar for Metro-UI default styles and templates?

I know that is possible to extract template or style in Expression Blend. But I get the issue with my Blend for Visual Studio 11 described in the next thread.


Solution

  • I found it!

    Folder c:\Program Files\Windows Kits\8.0\Include\winrt\xaml\design\ on my PC(x86) contains generic.xaml that has description of each default styles and controls.