mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 18:56:35 +08:00
连接线修改,为支持改变连接点做准备
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Util.DiagramDesigner
|
||||
|
||||
return DrawMode.Normal;
|
||||
}
|
||||
|
||||
public void ResetDrawMode()
|
||||
{
|
||||
CursorDrawModeSelected = true;
|
||||
@@ -104,7 +105,7 @@ namespace Util.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
private DrawMode _vectorLineDrawMode = DrawMode.ConnectingLine;
|
||||
private DrawMode _vectorLineDrawMode = DrawMode.RadiusConnectingLine;
|
||||
public DrawMode VectorLineDrawMode
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user