This commit is contained in:
kwai
2023-03-06 11:54:41 +08:00
parent cd20abd7fe
commit 152c6a8c22
5 changed files with 422 additions and 154 deletions

View File

@@ -181,6 +181,11 @@ namespace AIStudio.Wpf.DiagramDesigner
get;
}
SimpleCommand EditCommand
{
get;
}
SimpleCommand UndoCommand
{
get;
@@ -280,7 +285,7 @@ namespace AIStudio.Wpf.DiagramDesigner
bool AllowDrop
{
get; set;
}
}
System.Windows.Point CurrentPoint
{
get; set;