mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
mind的拷贝完成
This commit is contained in:
@@ -318,6 +318,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public virtual bool CanAttachTo(FullyCreatedConnectorInfo port)
|
||||
=> port != this && !port.IsReadOnly && DataItem != port.DataItem;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"({GetXRatioFromConnector()},{GetYRatioFromConnector()})";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user