准备切换到左侧视图模式

This commit is contained in:
kwai
2023-05-11 10:57:08 +08:00
parent adf1ee0805
commit 2045c5e45c
14 changed files with 129 additions and 43 deletions

View File

@@ -146,7 +146,7 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
private DrawMode _shapeDrawMode = DrawMode.Rectangle;
private DrawMode _shapeDrawMode = DrawMode.ErasableRectangle;
public DrawMode DrawingDrawMode
{
get