Parse epub CSS

This commit is contained in:
Marco Gavelli
2018-07-16 12:13:40 +02:00
parent 917c3c0bb8
commit 02911d9550
4 changed files with 96 additions and 33 deletions

View File

@@ -39,7 +39,7 @@
Style="{DynamicResource CaptionTextButtonStyle}"/>
</StackPanel>
</Grid>
<htmlViewer:HtmlPanel x:Name="pagePanel"
Grid.Row="1"/>
<local:BookHtmlContent x:Name="pagePanel"
Grid.Row="1"/>
</Grid>
</UserControl>