整理,准备曲线算法

This commit is contained in:
艾竹
2023-01-07 11:32:01 +08:00
parent 4e2e68acdf
commit 93ca2859ba
9 changed files with 334 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<PackageIcon>A.png</PackageIcon>
<PackageIconUrl />
<NeutralLanguage />
<Version>1.0.1</Version>
<Version>1.0.4</Version>
<Description>一个Wpf的流程图控件</Description>
</PropertyGroup>

View File

@@ -65,7 +65,7 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
}
}
private string _color;
private string _color = "#1890ff";
[Browsable(false)]
public string Color
{