在wpf中查找默认样式

在wpf中查找默认样式

本文介绍了在wpf中查找默认样式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 wpf 中,是否可以以某种方式查找控件默认样式的定义?

In wpf, is it somehow possible to lookup the definition of the default style of a control?

这个问题中,我看到了一个例子其中,请参阅:仅供参考,这是默认的 MenuItem 样式".他/她在哪里找到的?

In this question I saw an example thereof, see: "just for a reference, here's the default MenuItem's style". Where did he/she find it?

推荐答案

使用 Expressin Blend 是解决这个问题的最佳答案.在 Expression blend 中选择您想要查看模板的控件,然后右键单击并选择模板,然后编辑副本.这将创建一个副本 os used tempalte 将探索原始模板,如果您不使用任何主题.

using Expressin Blend is the best answer for this.in Expression blend select the control on which you whould like to see the tamplate then right click and select the template then Edit a copy. this will create a copy os used tempalte will explorer the orignal template if you are not using any theme.

另一方面,您可以查找 http://wpfinspector.codeplex.com/

On the other hand you can look for http://wpfinspector.codeplex.com/

这篇关于在wpf中查找默认样式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 20:29