mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-06 09:40:50 +08:00
可以把连线从节点上拖下来,并且依附上去。
This commit is contained in:
@@ -86,13 +86,6 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
Connector.RemoveVertex(this);
|
||||
}
|
||||
}
|
||||
|
||||
public void SetPosition(PointBase position)
|
||||
{
|
||||
X = position.X;
|
||||
Y = position.Y;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public enum ConnectorVertexType
|
||||
|
||||
Reference in New Issue
Block a user