mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-11 19:56:36 +08:00
Mind 出发
This commit is contained in:
@@ -30,6 +30,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
PageSizeType = diagramView.PageSizeType;
|
||||
PhysicalGridMarginSize = diagramView.PhysicalGridMarginSize;
|
||||
GridColor = diagramView.GridColor;
|
||||
AllowDrop = diagramView.AllowDrop;
|
||||
}
|
||||
|
||||
[XmlAttribute]
|
||||
@@ -154,6 +155,12 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
[XmlAttribute]
|
||||
public bool AllowDrop
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
[XmlArray]
|
||||
public List<SerializableItem> DesignerItems { get; set; } = new List<SerializableItem>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user