Control Styles and Templates for Windows 8 Metro-UI(Windows 8 Metro-UI 的控件样式和模板)
问题描述
我在 C#/XAML Metro-UI 应用程序的视觉外观方面遇到了一些问题.我想自定义默认模板.对于另一种类型的应用程序,我可以从 MSDN 文章中获取默认样式和控件.例如:
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:
- WPF 的控件样式和模板
- Silverlight 的控制样式和模板
在哪里可以找到 Metro-UI 默认样式和模板的类似内容?
Where can I find something similar for Metro-UI default styles and templates?
我知道可以在 Expression Blend 中提取模板或样式.但是我在 下一个线程.
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.
推荐答案
我找到了!
我的 PC(x86) 上的文件夹 c:Program FilesWindows Kits8.0Includewinrtxamldesign 包含具有描述的 generic.xaml每个默认样式和控件.
Folder c:Program FilesWindows Kits8.0Includewinrtxamldesign on my PC(x86) contains generic.xaml that has description of each default styles and controls.
这篇关于Windows 8 Metro-UI 的控件样式和模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 8 Metro-UI 的控件样式和模板
基础教程推荐
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
