mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 13:36:38 +08:00
mind
This commit is contained in:
@@ -57,7 +57,7 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
|
||||
|
||||
if (designerbase is FlowNodeDesignerItem designer)
|
||||
{
|
||||
this.Color = designer.Color;
|
||||
this.StatusColor = designer.Color;
|
||||
this.Kind = designer.Kind;
|
||||
this.StateImage = designer.StateImage;
|
||||
|
||||
@@ -75,7 +75,7 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
|
||||
var flowchartNode = new FlowchartNode();
|
||||
|
||||
flowchartNode.Name = Name;
|
||||
flowchartNode.Color = Color;
|
||||
flowchartNode.StatusColor = StatusColor;
|
||||
flowchartNode.Kind = Kind;
|
||||
if (this is MiddleFlowNode middleflowNode)
|
||||
{
|
||||
@@ -88,7 +88,7 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
|
||||
|
||||
private string _color = "#1890ff";
|
||||
[Browsable(false)]
|
||||
public string Color
|
||||
public string StatusColor
|
||||
{
|
||||
get { return _color; }
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user