#116: indicate current zoom level for images

This commit is contained in:
Paddy Xu
2017-11-16 22:47:23 +02:00
parent 734b0e36e3
commit 93dae0a8ca
3 changed files with 58 additions and 4 deletions

View File

@@ -70,7 +70,7 @@
</ListBox.ItemTemplate>
</ListBox>
<Grid Grid.Column="1" Background="#00EFEFEF">
<imageViewer:ImagePanel x:Name="pagePanel" RenderMode="NearestNeighbor" BackgroundVisibility="Collapsed" />
<imageViewer:ImagePanel x:Name="pagePanel" RenderMode="NearestNeighbor" ShowZoomLevelInfo="False" BackgroundVisibility="Collapsed" />
</Grid>
</Grid>
</UserControl>