建模、思维导图等组件的示例和教程

发布于 2024-11-29 08:00:44 字数 204 浏览 1 评论 0原文

我想要一个图形组件,我可以用它创建模型,用直线/曲线将它们链接在一起,折叠/展开子节点等

。数据集可视化设计器和思维导图/头脑风暴应用程序

任何示例/教程对于 WinForms/WPFWebApps 都非常有用,可以为我提供一些如何创建此类组件的想法。

I want to have a graphical component with which I can create models, link them together with lines/curves, collapse/expand child nodes etc.

Something like the EF & DataSet visual designers and MindMapping/BrainStorming applications.

Any samples/tutorials would be great both for WinForms/WPF or WebApps to give me some ideas how I can go about creating such components.

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

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

发布评论

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

评论(2

十级心震 2024-12-06 08:00:44

下面的链接不是组件它的开源项目可能有用
PlantUML 编辑器:使用 WPF 的快速而简单的 UML 编辑器

PlantUML Editor 使用 WPF 和 .NET 3.5 构建,是一个用于绘图的 IDE
使用令人惊叹的 PlantUML 工具绘制 UML 图。如果您使用过
之前有 PlantUML,您知道您可以超快速地编写 UML 图,而无需
与设计师环境作斗争。尤其是那些使用Visio的人
绘制 UML 图(上帝禁止!),你将在天堂。这是一个
快速制作图表并准备展示的方法。你可以
用简单的英语编写 UML 图,遵循简单的语法和
获取即时生成的图表。
在此处输入图像描述

Below link is not component Its an open source project might be useful
PlantUML Editor: A Fast and Simple UML Editor using WPF

PlantUML Editor, built using WPF and .NET 3.5, is an IDE for drawing
UML diagrams using the amazing PlantUML tool. If you have used
PlantUML before, you know you can code UML diagrams super fast without
struggling with a designer environment. Especially those who use Visio
to draw UML diagrams (God forbid!), you will be in heaven. This is a
super fast way to get your diagrams up and ready for show. You can
write UML diagrams in plain English, following a simple syntax and
get diagrams generated on-the-fly.
enter image description here

与风相奔跑 2024-12-06 08:00:44

嗯,我认为第一件事是首先选择一个框架,因为你提到的每个框架都会有很大不同。

对于 WPF,我首先尝试使用形状、几何图形和画布。也许这可能会让您开始...

http://msdn.microsoft.com/ en-us/library/ms747393.aspx

Well I think the first thing would be to choose one of the frameworks initially, because it'd be very different in each of the ones you mention.

For WPF I'd start by having a play around with shapes, geometry, and canvas. Maybe this might get you started...

http://msdn.microsoft.com/en-us/library/ms747393.aspx

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