mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
自定义工具栏连接线显示
This commit is contained in:
@@ -345,6 +345,14 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsConnection
|
||||
{
|
||||
get
|
||||
{
|
||||
return this is ConnectionViewModel;
|
||||
}
|
||||
}
|
||||
|
||||
private IColorViewModel _colorViewModel;
|
||||
public IColorViewModel ColorViewModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user