This commit is contained in:
艾竹
2024-11-24 21:46:31 +08:00
parent 04c3b12eb6
commit 3cece222b0
3 changed files with 38 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
public abstract class ConnectorInfoBase : SelectableViewModelBase, IAttachTo
{
public ConnectorInfoBase(ConnectorOrientation orientation) : this(null, orientation)
{

View File

@@ -44,6 +44,7 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
private double _connectorValue;
public double ConnectorValue
{