mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 17:20:50 +08:00
内部基础ZoomBox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user