动画完成

This commit is contained in:
艾竹
2023-05-01 13:17:26 +08:00
parent 48555edbc6
commit 4a1fc12c52
4 changed files with 30 additions and 14 deletions

View File

@@ -109,6 +109,11 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
public bool InitValue
{
get; set;
}
public bool ConnectorChanged
{
get; set;
@@ -119,7 +124,7 @@ namespace AIStudio.Wpf.DiagramDesigner
if (IsLoaded == false) { return; }
switch (e.PropertyName)
{
{
case nameof(ConnectorValue):
case nameof(ConnectorString):
case nameof(ConnectorValueType):
@@ -128,7 +133,7 @@ namespace AIStudio.Wpf.DiagramDesigner
RaisePropertyChanged(nameof(ConnectorChanged));
break;
}
}
public override bool CanAttachTo(FullyCreatedConnectorInfo port)