mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
添加节点可删除
This commit is contained in:
@@ -231,7 +231,7 @@ namespace AIStudio.Wpf.Flowchart.Models
|
||||
linkModel.ColorViewModel.LineWidth = diagramLink.Width;
|
||||
if (!string.IsNullOrEmpty(diagramLink.Label))
|
||||
{
|
||||
linkModel.AddText(diagramLink.Label);
|
||||
linkModel.AddLabel(diagramLink.Label);
|
||||
}
|
||||
//线条形状与箭头待处理
|
||||
//switch (diagramLink.Router)
|
||||
|
||||
Reference in New Issue
Block a user