mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
12
README.md
12
README.md
@@ -2,11 +2,11 @@
|
||||
|
||||
先上源码地址:https://gitee.com/akwkevin/aistudio.-wpf.-diagram
|
||||
|
||||
### 2023年5月1号更新内容(做一个可编程画板):
|
||||
## 2023年5月1号更新内容(做一个可编程画板):
|
||||
|
||||

|
||||
|
||||
#### 自定义一个text模块的代码如下:
|
||||
### 自定义一个text模块的代码如下:
|
||||
```
|
||||
Code = @"using System;
|
||||
namespace AIStudio.Wpf.CSharpScript
|
||||
@@ -24,7 +24,7 @@ namespace AIStudio.Wpf.CSharpScript
|
||||
```
|
||||
是不是很简单。
|
||||
|
||||
## 本次扩展的主要内容
|
||||
### 本次扩展的主要内容
|
||||
1.可编程模块,使用C#语言。
|
||||
2.控制台打印控件,可以打印程序中的Console.WriteLine数据
|
||||
3.为了便于大家使用,写了一个Box工厂分配Box的数据流向效果图。
|
||||
@@ -459,7 +459,7 @@ public static Dictionary<string, List<PropertyInfo>> GetPropertyInfo(Type type)
|
||||
9#,10#,11#,12#,13#,14#按照管脚取走数据即可。
|
||||
|
||||
|
||||
### 2023年4月5号更新内容(本次更新主要仿照百度脑图):
|
||||
## 2023年4月5号更新内容(本次更新主要仿照百度脑图):
|
||||
1.思维导图、目录组织图、鱼骨头图、逻辑结构图、组织结构图,入口在文件新建下。
|
||||
|
||||

|
||||
@@ -514,7 +514,7 @@ public static Dictionary<string, List<PropertyInfo>> GetPropertyInfo(Type type)
|
||||
|
||||

|
||||
|
||||
### 2023年2月5号更新内容:
|
||||
## 2023年2月5号更新内容:
|
||||
本次更新主要参照了一个Blazor的Diagram的画线算法,链接地址:[https://github.com/Blazor-Diagrams/Blazor.Diagrams](https://github.com/Blazor-Diagrams/Blazor.Diagrams),感谢作者。
|
||||
|
||||
### 1.连线改进,新增连线算法,目前共4种连线:Smooth(曲线),Straight(直线),Boundary(网格边界连接模式),Corner(折线)
|
||||
@@ -530,7 +530,7 @@ nuget地址:
|
||||
### 8.从Blazor.Diagrams种引入PortlessLinks(直接连接两个node,不需要port),自动连接节点Snapping,按距离最近连接ReconnectLinksToClosestPorts
|
||||
### 9.新增Demo示例,帮助用户快速上手,见底部2023年2月5号更新附加说明。
|
||||
|
||||
### 2023年之前发布内容:
|
||||
## 2023年之前发布内容:
|
||||
界面图:
|
||||
|
||||
本画板在WPF-Diagram-Designer进行的开发,界面框架使用Fluent.Ribbon的框架。
|
||||
|
||||
Reference in New Issue
Block a user