Skip to content

Commit

Permalink
pan with left button
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Aug 6, 2023
1 parent 392e94b commit 71ae0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneWare.ImageViewer/Views/ImageView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:viewModels="clr-namespace:OneWare.ImageViewer.ViewModels"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="OneWare.ImageViewer.Views.ImageView" x:DataType="viewModels:ImageViewModel">
<ZoomBorder>
<ZoomBorder PanButton="Left">
<Image Source="{Binding Image}"/>
</ZoomBorder>
</UserControl>

0 comments on commit 71ae0e3

Please sign in to comment.