WIP: more new styles

This commit is contained in:
Paddy Xu
2017-08-06 00:17:51 +03:00
parent 8d59e7138c
commit 60cd782c64
16 changed files with 289 additions and 233 deletions

View File

@@ -6,7 +6,6 @@
xmlns:local="clr-namespace:QuickLook.Plugin.ImageViewer"
xmlns:animatedImage="clr-namespace:QuickLook.Plugin.ImageViewer.AnimatedImage"
mc:Ignorable="d"
Background="White"
x:Name="imagePanel"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
@@ -14,7 +13,7 @@
VerticalScrollBarVisibility="Auto" Focusable="False" IsManipulationEnabled="True">
<animatedImage:AnimatedImage x:Name="viewPanelImage" Stretch="None"
RenderOptions.BitmapScalingMode="{Binding RenderMode, ElementName=imagePanel}"
AnimationUri="{Binding ImageUriSource, ElementName=imagePanel}" Margin="0,28,0,0" />
AnimationUri="{Binding ImageUriSource, ElementName=imagePanel}" />
</ScrollViewer>
</Grid>
</UserControl>