WPF 中的标签云

发布于 2024-11-02 17:16:40 字数 490 浏览 1 评论 0原文

有人知道如何创建一个吗?我知道这个问题以前曾被问过,但没有答案,并且提供的链接是一个死胡同。

编辑

我找到但无法使其工作的项目是这样的: http://alanle.com/wp-content/uploads/2009/12 /WPFTagCloud.zip

我收到的错误是

  1. “必须为不属于项目一部分的 XAML 文件指定程序集。将其添加到项目后重新打开此 XAML 文件,关闭此文件并使用与其关联的项目重新打开它,或者修改 clr 命名空间以包含程序集的名称。”
  2. “未找到类型‘local:CountToFontSizeConverter’。验证您没有缺少程序集引用,并且所有引用的程序集都已构建。”

如果有人可以运行它并且知道如何修复它,那就太好了。谢谢

Anyone knows how to create one? I know this question has been asked before but there was no answer and the provided link was a dead end.

EDIT

The project I found but couldn't make it work is this:
http://alanle.com/wp-content/uploads/2009/12/WPFTagCloud.zip

The errors I get are

  1. “Assembly must be specified for XAML files that are not part of a project. Reopen this XAML file after adding it to a project, close this file and reopen it using the project it is associated with, or modify the clr-namespace to include the name of the assembly.”
  2. “The type ‘local:CountToFontSizeConverter’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.”

If someone can run it and knows how to fix it that would be great. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我们只是彼此的过ke 2024-11-09 17:16:40

看看这篇博文

查看这篇博文中的代码后(只需关闭弹出的身份验证框),它看起来是正确的。基本思想是绑定字体大小和文本,并根据出现的次数计算字体大小。

Take a look at this blog post.

After looking at the code in this blog post (just close the authenticate box that pops up) it looks correct. The basic idea is to bind the font size as well as the text, and calculate the font size based on the number of occurrences.

倾`听者〃 2024-11-09 17:16:40

一个简单的 bing 搜索得出了这个: 构建一个WPF 标签云

A simple bing search came up with this: Building a WPF Tag Cloud.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文