ZoomBox 完成

This commit is contained in:
艾竹
2023-02-14 22:15:19 +08:00
parent 38cb0fae85
commit 3ef7434f5b
6 changed files with 88 additions and 22 deletions

View File

@@ -257,6 +257,14 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
double MaximumZoomValue
{
get; set;
}
double MinimumZoomValue
{
get; set;
}
bool AllowDrop
{
get; set;