block的序列化与反序列化

This commit is contained in:
艾竹
2023-07-15 10:20:50 +08:00
parent 954aeee87e
commit 515ce1944b
6 changed files with 233 additions and 49 deletions

View File

@@ -59,6 +59,8 @@ namespace AIStudio.Wpf.DiagramDesigner
this.ScaleY = designer.ScaleY;
this.PhysicalItemWidth = designer.PhysicalItemWidth;
this.PhysicalItemHeight = designer.PhysicalItemHeight;
this.MinItemWidth = designer.MinItemWidth;
this.MinItemHeight = designer.MinItemHeight;
this.Icon = designer.Icon;
this.CornerRadius = designer.CornerRadius;
this.BorderThickness = designer.BorderThickness;