mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-11 12:10:49 +08:00
block
This commit is contained in:
@@ -112,7 +112,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
case PageSizeType.ESheet: size = new Size(863.6, 1117.6); break;
|
||||
}
|
||||
|
||||
return new Size(ScreenHelper.MmToWidth(size.Width), ScreenHelper.MmToWidth(size.Height));
|
||||
return new Size(size.Width, size.Height);
|
||||
}
|
||||
|
||||
private PageSizeOrientation _pageSizeOrientation;
|
||||
@@ -370,6 +370,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
get; set;
|
||||
} = true;
|
||||
|
||||
public double BeyondBoundary
|
||||
{
|
||||
get; set;
|
||||
} = -1;
|
||||
}
|
||||
|
||||
public class SnappingOption
|
||||
|
||||
Reference in New Issue
Block a user