mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
demo
This commit is contained in:
@@ -126,8 +126,8 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
protected override void UpdateLocation()
|
||||
{
|
||||
ItemWidth = Geometry.Bounds.Width + 4;
|
||||
ItemHeight = Geometry.Bounds.Height + 4;
|
||||
ItemWidth = Geometry.Bounds.Width + 3;
|
||||
ItemHeight = Geometry.Bounds.Height + 3;
|
||||
Left = Points[0].X;
|
||||
Top = Points[0].Y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user