mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
xx
This commit is contained in:
@@ -166,6 +166,24 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
bool IsEditing
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
private bool _isEditing = true;
|
||||
public bool IsEditing
|
||||
{
|
||||
get
|
||||
{
|
||||
return _isEditing;
|
||||
}
|
||||
set
|
||||
{
|
||||
SetProperty(ref _isEditing, value);
|
||||
}
|
||||
}
|
||||
|
||||
private bool _visible = true;
|
||||
public bool Visible
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user