WIP #56: adjust shadows; add Gaussian blur, try out the new InfoPanel

This commit is contained in:
Paddy Xu
2017-08-04 22:02:32 +03:00
parent 15d94d2c4b
commit 8d59e7138c
17 changed files with 491 additions and 222 deletions

View File

@@ -6,6 +6,7 @@
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>
@@ -13,7 +14,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}" />
AnimationUri="{Binding ImageUriSource, ElementName=imagePanel}" Margin="0,28,0,0" />
</ScrollViewer>
</Grid>
</UserControl>