This commit is contained in:
艾竹
2023-07-23 17:40:44 +08:00
parent e34f7fd5a3
commit 2d345fb076
5 changed files with 14 additions and 44 deletions

View File

@@ -435,6 +435,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
Left = value.X;
Top = value.Y;
RaisePropertyChanged(nameof(TopLeft));
}
}