mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
添加节点可删除
This commit is contained in:
@@ -136,6 +136,19 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
private Style _style;
|
||||
public Style Style
|
||||
{
|
||||
get
|
||||
{
|
||||
return _style;
|
||||
}
|
||||
set
|
||||
{
|
||||
SetProperty(ref _style, value);
|
||||
}
|
||||
}
|
||||
|
||||
public SimpleCommand DeleteCommand
|
||||
{
|
||||
get; private set;
|
||||
|
||||
Reference in New Issue
Block a user