mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 08:10:50 +08:00
xx
This commit is contained in:
@@ -11,6 +11,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public abstract class ConnectorInfoBase : SelectableViewModelBase, IAttachTo
|
||||
{
|
||||
|
||||
public ConnectorInfoBase(ConnectorOrientation orientation) : this(null, orientation)
|
||||
{
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private double _connectorValue;
|
||||
public double ConnectorValue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user