内部基础ZoomBox

This commit is contained in:
艾竹
2023-02-14 22:54:55 +08:00
parent 3ef7434f5b
commit debd7e711d
8 changed files with 541 additions and 472 deletions

View File

@@ -428,6 +428,19 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
private bool _defaultZoomBox;
public bool DefaultZoomBox
{
get
{
return _defaultZoomBox;
}
set
{
SetProperty(ref _defaultZoomBox, value);
}
}
private double _delayZoomValue = 1;
[Browsable(false)]
public double DelayZoomValue