谁能给我指出 Office2007Blue.xaml 主题?
如果有人有任何想法,我真的很想将其包含在我的申请中。显然它不再与丝带一起发货。
<ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml" />
I would really like to include this in my application if anyone has any ideas. Apparently it's not shipped with the ribbon anymore.
<ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文件包含在功能区库的旧预览中。由于 Microsoft 不再分发旧版本,因此您必须在网络上找到一个。没有太多麻烦,我就找到了一个旧的
RibbonControlsLibrary.DLL
作为开源项目的一部分。为了保护该项目免受责任,我没有具体提及我在哪里找到它的。关键是该文件的资源中包含Office2007Blue.baml
,您可以使用 BAML 反编译器将其提取到 XAML 中。我预见到的真正问题是您需要找到一个许可证,允许您提取它并将其与您的应用程序一起发布。That file was included with an older preview of the ribbon library. Since Microsoft no longer distributes the older versions, you would have to find one on the web. Without too much trouble I found an older
RibbonControlsLibrary.DLL
included as part of an open source project. To protect that project from liability, I'm not mentioning exactly where I found it. The point is that that file containsOffice2007Blue.baml
in its resources that you could extract into XAML with a BAML decompiler. The real problem I forsee is that you would need to find a license that permits you to extract it and to ship it with your application.