mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 02:00:50 +08:00
可以把连线从节点上拖下来,并且依附上去。
This commit is contained in:
@@ -143,7 +143,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
ConnectorHeight = ScreenHelper.MmToWidth(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual bool CanAttachTo(ConnectorInfoBase port)
|
||||
=> port != this && !port.IsReadOnly;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user