Answered Where could I get more static resource?

  • Friday, May 18, 2012 1:57 AM
     
     
    Where are more static resources predefined by MS except what could be found in Common/StandardStyles.xaml ?Or do I have to define those on my own?

All Replies

  • Friday, May 18, 2012 7:39 PM
    Moderator
     
     Proposed Answer

    StandardStyles is what you want.

    What other resources are you looking for?

    -Jeff


    Jeff Sanders (MSFT)

  • Friday, May 18, 2012 8:49 PM
    Moderator
     
     Answered

    The styles for the built-in Xaml controls are included in the Windows Kit in the include\winrt\xaml\design directory (in the default install this will be in C:\Program Files (x86)\Windows Kits\8.0\Include\winrt\xaml\design ).

    You can also see available styles in Visual Studio or Blend's designer properties for a relevant property.

    --Rob

    • Marked As Answer by cybupt Tuesday, May 22, 2012 5:36 AM
    •