暂存一下

This commit is contained in:
艾竹
2023-03-11 12:40:44 +08:00
parent 5cfb32bb19
commit 84f413320f
18 changed files with 763 additions and 144 deletions

View File

@@ -860,7 +860,6 @@
</dd:DesignerCanvas>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
</Grid>
</ControlTemplate>
@@ -900,13 +899,13 @@
</ScrollViewer>
<dd:ZoomBox x:Name="zoomBox"
Width="180"
HorizontalAlignment="Right"
HorizontalAlignment="Left"
VerticalAlignment="Bottom"
DesignerCanvas="{Binding ElementName=diagram}"
MaximumZoomValue="{Binding MaximumZoomValue,Mode=TwoWay}"
MinimumZoomValue="{Binding MinimumZoomValue,Mode=TwoWay}"
ZoomValue="{Binding ZoomValue,Mode=TwoWay}"
Margin="0,0,5,5" />
Margin="5,0,0,5" />
</Grid>
</ControlTemplate>