summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/Common/StandardStyles.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/Common/StandardStyles.xaml')
-rw-r--r--winrt/mupdf_cpp/Common/StandardStyles.xaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/winrt/mupdf_cpp/Common/StandardStyles.xaml b/winrt/mupdf_cpp/Common/StandardStyles.xaml
index 716cf8e2..771d773c 100644
--- a/winrt/mupdf_cpp/Common/StandardStyles.xaml
+++ b/winrt/mupdf_cpp/Common/StandardStyles.xaml
@@ -455,6 +455,16 @@
<Setter Property="AutomationProperties.Name" Value="Reflow"/>
<Setter Property="Content" Value="&#xE18B;"/>
</Style>
+ <Style x:Key="ZoomInAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}">
+ <Setter Property="AutomationProperties.AutomationId" Value="ZoomInAppBarButton"/>
+ <Setter Property="AutomationProperties.Name" Value="Zoom In"/>
+ <Setter Property="Content" Value="&#xE12E;"/>
+ </Style>
+ <Style x:Key="ZoomOutAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}">
+ <Setter Property="AutomationProperties.AutomationId" Value="ZoomOutAppBarButton"/>
+ <Setter Property="AutomationProperties.Name" Value="Zoom Out"/>
+ <Setter Property="Content" Value="&#xE1A4;"/>
+ </Style>
<!--