mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
Mind 出发
This commit is contained in:
@@ -503,6 +503,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
get; set;
|
||||
} = new DiagramOption();
|
||||
|
||||
public bool AllowDrop
|
||||
{
|
||||
get; set;
|
||||
} = true;
|
||||
|
||||
private double OffsetX = 10;
|
||||
private double OffsetY = 10;
|
||||
#endregion
|
||||
@@ -742,6 +747,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
PageSizeType = diagramItem.PageSizeType;
|
||||
PhysicalGridMarginSize = diagramItem.PhysicalGridMarginSize;
|
||||
GridColor = diagramItem.GridColor;
|
||||
AllowDrop = diagramItem.AllowDrop;
|
||||
}
|
||||
|
||||
public bool ExecuteEnable(object para)
|
||||
|
||||
Reference in New Issue
Block a user