Control Styles and Templates for Windows 8 Metro-UI

后端 未结 2 1304
渐次进展
渐次进展 2020-12-18 13:12

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 defaul

相关标签:
2条回答
  • 2020-12-18 13:31

    ThemeResources.xaml contains the resource dictionaries for the Dark (Default), Light and HighContrast themes while Generic.xaml contains the default styles and templates for most of the xaml controls.

    0 讨论(0)
  • 2020-12-18 13:42

    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.

    0 讨论(0)
提交回复
热议问题