Is there a way to “extract” WPF controls of Expression Blend?

ε祈祈猫儿з 提交于 2019-12-03 21:07:52

You can look in your install folder for blend under Program Files or Program Files (x86) and there will be style directories with the appropriate resources, I believe.

Otherwise you can use Snoop to look at WPF application structure and get what you need http://snoopwpf.codeplex.com/

Or a tool like DumpControlTemplate to pull it out of Blend, I know a few people that have done this.

http://www.simple-talk.com/content/print.aspx?article=1032

Make sure that when you find a way that it is legal.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!