mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 15:16:37 +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
|
||||
|
||||
@@ -265,6 +265,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
bool DefaultZoomBox
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
bool AllowDrop
|
||||
{
|
||||
get; set;
|
||||
|
||||
Reference in New Issue
Block a user