动画完成

This commit is contained in:
艾竹
2023-05-01 13:17:26 +08:00
parent 48555edbc6
commit 4a1fc12c52
4 changed files with 30 additions and 14 deletions

View File

@@ -716,6 +716,10 @@ namespace AIStudio.Wpf.DiagramDesigner
public IShape GetShape() => ShapeDefiner(this);
public override string ToString()
{
return $"{Id}-{Name}-{Text}-({Left},{Top},{ItemWidth},{ItemHeight})";
}
#endregion
}
}