mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 18:26:35 +08:00
内部基础ZoomBox
This commit is contained in:
@@ -11,19 +11,6 @@
|
||||
<!-- Diagram Control -->
|
||||
<dd:DiagramControl x:Name="diagram" DataContext="{Binding DiagramViewModel}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
|
||||
|
||||
<Slider x:Name="zoomSlider"
|
||||
Minimum="0.5"
|
||||
Value="{Binding DiagramViewModel.ZoomValue}"
|
||||
Maximum="2.0"
|
||||
IsDirectionReversed="False"
|
||||
IsSnapToTickEnabled="True"
|
||||
TickFrequency="0.1"
|
||||
SmallChange="0.1"
|
||||
LargeChange="0.1"
|
||||
Width="200"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"/>
|
||||
|
||||
<controls:TitleControl/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user