sfc实现中

This commit is contained in:
akwkevin
2021-07-30 18:26:35 +08:00
parent 336249f313
commit 9a0e85e1a9
17 changed files with 346 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
}
private string _color;
[Browsable(true)]
[Browsable(false)]
public string Color
{
get { return _color; }