mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-25 10:36:35 +08:00
优化了画布平移、缩放、改变尺寸
This commit is contained in:
@@ -16,14 +16,6 @@
|
||||
</StackPanel>
|
||||
</Border>
|
||||
|
||||
<Thumb x:Name="ResizeTop" Cursor="SizeNS" Height="4" HorizontalAlignment="Stretch" VerticalAlignment="Top"
|
||||
DragDelta="ResizeTop_DragDelta"/>
|
||||
<Thumb x:Name="ResizeBottom" Cursor="SizeNS" Height="4" HorizontalAlignment="Stretch" VerticalAlignment="Bottom"
|
||||
DragDelta="ResizeBottom_DragDelta"/>
|
||||
<Thumb x:Name="ResizeLeft" Cursor="SizeWE" Width="4" HorizontalAlignment="Left" VerticalAlignment="Stretch"
|
||||
DragDelta="ResizeLeft_DragDelta"/>
|
||||
<Thumb x:Name="ResizeRight" Cursor="SizeWE" Width="4" HorizontalAlignment="Right" VerticalAlignment="Stretch"
|
||||
DragDelta="ResizeRight_DragDelta"/>
|
||||
</Grid>
|
||||
|
||||
</local:NodeControlBase>
|
||||
|
||||
Reference in New Issue
Block a user