mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-19 07:56:37 +08:00
调整demo的combobox样式
This commit is contained in:
@@ -96,6 +96,17 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
|
||||
public string NextStepId { get; set; }
|
||||
public Dictionary<string, string> SelectNextStep { get; set; } = new Dictionary<string, string>();
|
||||
#endregion
|
||||
|
||||
public virtual Dictionary<string, string> PropertiesSetting
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Dictionary<string, string>()
|
||||
{
|
||||
{ "Text","文本" },
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class StartFlowNode : FlowNode
|
||||
|
||||
Reference in New Issue
Block a user