From 3605ce92235b83b2ebd922bf0ef10b04cd710042 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9DJabin=E7=AB=A0=E5=BF=97=E6=9C=8B=E2=80=9C?=
<7943366+jabin-zhang@user.noreply.gitee.com>
Date: Sun, 23 Apr 2023 16:25:01 +0800
Subject: [PATCH] =?UTF-8?q?AIStudio.Wpf.DiagramDesigner=E7=9A=84UserContro?=
=?UTF-8?q?ls=E6=96=87=E4=BB=B6=E5=A4=B9=E4=B8=8B=E7=9A=84DiagramControl?=
=?UTF-8?q?=E7=9A=84201=E8=A1=8C=E6=B7=BB=E5=8A=A0=E5=9F=BA=E7=A1=80?=
=?UTF-8?q?=E5=9B=BE=E5=BD=A2=E4=B8=8A=E4=B8=8B=E5=B7=A6=E5=8F=B3=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E6=8E=A7=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
AIStudio.Wpf.Diagram.sln | 1 +
.../UserControls/DiagramControl.xaml | 28 ++++++++++++++++++-
2 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/AIStudio.Wpf.Diagram.sln b/AIStudio.Wpf.Diagram.sln
index 3d98351..10ecfc6 100644
--- a/AIStudio.Wpf.Diagram.sln
+++ b/AIStudio.Wpf.Diagram.sln
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.Props = Directory.Build.Props
+ test-zzp.txt = test-zzp.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BE1891E-16C9-4191-998A-45AEEEEA1F0D}"
diff --git a/AIStudio.Wpf.DiagramDesigner/UserControls/DiagramControl.xaml b/AIStudio.Wpf.DiagramDesigner/UserControls/DiagramControl.xaml
index f9ddc64..0f54b5c 100644
--- a/AIStudio.Wpf.DiagramDesigner/UserControls/DiagramControl.xaml
+++ b/AIStudio.Wpf.DiagramDesigner/UserControls/DiagramControl.xaml
@@ -265,6 +265,30 @@
VerticalAlignment="Bottom"
HorizontalAlignment="Left"
Visibility="{Binding Path=ShowConnectors, Converter={x:Static dd:BoolToVisibilityConverter.Instance}}" />
+
+
+
+
@@ -334,6 +358,7 @@
+
-
+
+
--
Gitee