整理,准备曲线算法

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

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