123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- <UserControl
- x:Class="PDF_Office.Views.BottomToolContent"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:cus="clr-namespace:PDF_Office.CustomControl"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
- xmlns:local="clr-namespace:PDF_Office.Views"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:prism="http://prismlibrary.com/"
- xmlns:sys="clr-namespace:System;assembly=System"
- xmlns:viewmodels="clr-namespace:PDF_Office.ViewModels"
- d:DataContext="{d:DesignInstance Type=viewmodels:BottomToolContentViewModel}"
- d:DesignHeight="32"
- d:DesignWidth="1280"
- prism:ViewModelLocator.AutoWireViewModel="True"
- Background="{StaticResource color.sys.layout.mg}"
- BorderBrush="{StaticResource color.sys.layout.divider}"
- BorderThickness="0,1,0,0"
- mc:Ignorable="d">
- <UserControl.Resources >
- <RoutedUICommand x:Key="SetSinglePage" Text="SetSinglePage"/>
- <RoutedUICommand x:Key="SetDoublePage" Text="SetDoublePage"/>
- </UserControl.Resources>
- <UserControl.InputBindings>
- <KeyBinding Command="{Binding FirstPageCommand}" Modifiers="Ctrl" Key="Up" />
- <KeyBinding Command="{Binding LastPageCommand}" Modifiers="Ctrl" Key="Down" />
- <KeyBinding Command="{Binding PrePageCommand}" Modifiers="Ctrl" Key="Left" ></KeyBinding>
- <KeyBinding Command="{Binding NextPageCommand}" Modifiers="Ctrl" Key="Right" ></KeyBinding>
- <KeyBinding Command="{Binding PreViewCommand}" Modifiers="Ctrl" Key="OemOpenBrackets"></KeyBinding>
- <KeyBinding Command="{Binding PreViewCommand}" Modifiers="Ctrl" Key="OemCloseBrackets"></KeyBinding>
- <KeyBinding Command="{Binding PageTextKeyDownCommand}" Modifiers="Ctrl+Alt" Key="G"></KeyBinding>
- <KeyBinding Command="{Binding ZoomInCommand}" Modifiers="Ctrl" Key="OemPlus"></KeyBinding>
- <KeyBinding Command="{Binding ZoomInCommand}" Modifiers="Ctrl+Shift" Key="OemPlus"></KeyBinding>
- <KeyBinding Command="{Binding ZoomOutCommand}" Modifiers="Ctrl" Key="OemMinus"></KeyBinding>
- <KeyBinding Command="{StaticResource SetSinglePage}" Gesture="Ctrl+1" ></KeyBinding>
- <KeyBinding Command="{StaticResource SetDoublePage}" Gesture="Ctrl+2" ></KeyBinding>
- </UserControl.InputBindings>
- <UserControl.CommandBindings>
- <CommandBinding x:Name="SetSinglePageCommand" Command="{StaticResource SetSinglePage}" Executed="SetSinglePageCommand_Executed"/>
- <CommandBinding x:Name="SetDoublePageCommand" Command="{StaticResource SetDoublePage}" Executed="SetDoublePageCommand_Executed"/>
- </UserControl.CommandBindings>
- <Grid Height="32" Background="{StaticResource color.sys.layout.mg}">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="auto" MinWidth="{Binding ElementName=StkPnlCenter, Path=ActualWidth}" />
- <ColumnDefinition MinWidth="{Binding ElementName=StkPnlRight, Path=ActualWidth}" />
- </Grid.ColumnDefinitions>
- <StackPanel
- Name="StkPnlCenter"
- Grid.Column="1"
- HorizontalAlignment="Center"
- Orientation="Horizontal">
- <Button
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding FirstPageCommand}"
- Style="{StaticResource btn.selector}"
- >
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M5.25 6V18H6.75V6H5.25ZM12.8803 8.93035L10.5607 11.25H18.95V12.75H10.5607L12.8803 15.0696L11.8196 16.1303L8.21967 12.5303C7.92678 12.2374 7.92678 11.7626 8.21967 11.4697L11.8196 7.86969L12.8803 8.93035Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" >
- </Path>
- </Button>
- <Button
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding PrePageCommand}"
- Style="{StaticResource btn.selector}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M7.61046 11.2499L9.93011 8.93029L8.86945 7.86963L5.26947 11.4696C4.97658 11.7625 4.97658 12.2374 5.26947 12.5303L8.86945 16.1302L9.93011 15.0696L7.61047 12.7499H18.9998V11.2499H7.61046Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- <cus:TextBoxEx
- Width="57"
- Height="24"
- VerticalAlignment="Center"
- VerticalContentAlignment="Center"
- CornerRadius="4"
- FontSize="12"
- InputMethod.IsInputMethodEnabled="False"
- ShowClose="False"
- Text="{Binding CurrentPage}">
- <i:Interaction.Triggers>
- <i:EventTrigger EventName="KeyDown">
- <i:InvokeCommandAction Command="{Binding PageTextKeyDownCommand}" PassEventArgsToCommand="True" />
- </i:EventTrigger>
- <i:EventTrigger EventName="PreviewKeyDown">
- <i:InvokeCommandAction Command="{Binding PageTextPreviewKeyDownCommand}" PassEventArgsToCommand="True" />
- </i:EventTrigger>
- </i:Interaction.Triggers>
- </cus:TextBoxEx>
- <TextBlock
- Margin="8,0"
- VerticalAlignment="Center"
- Foreground="{StaticResource color.sys.text.neutral.lv1}"
- Text="/" />
- <TextBlock
- MinWidth="13"
- VerticalAlignment="Center"
- Foreground="{StaticResource color.sys.text.neutral.lv1}"
- Text="{Binding PageCount, StringFormat={}{0}}" />
- <Button
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding NextPageCommand}"
- Style="{StaticResource btn.selector}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M16.3893 11.2499L5 11.2499V12.7499L16.3893 12.7499L14.0697 15.0696L15.1303 16.1302L18.7303 12.5303C19.0232 12.2374 19.0232 11.7625 18.7303 11.4696L15.1303 7.86963L14.0697 8.93029L16.3893 11.2499Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- <Button
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding LastPageCommand}"
- Style="{StaticResource btn.selector}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M17.25 6V18H18.75V6H17.25ZM11.0697 15.0697L13.3893 12.75L5 12.75V11.25L13.3893 11.25L11.0697 8.93038L12.1303 7.86972L15.7303 11.4697C16.0232 11.7626 16.0232 12.2375 15.7303 12.5304L12.1303 16.1303L11.0697 15.0697Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- <Separator Margin="4,0,0,0" Style="{StaticResource VerticalSeparatorStyle}" />
- <Button
- Width="24"
- Height="24"
- Margin="8,0"
- Command="{Binding PreViewCommand}"
- IsEnabled="{Binding IsPreEnable}"
- Style="{StaticResource btn.selector}">
- <Path
- Width="16"
- Height="16"
- Data="M2.56067 7.28028L5.7803 4.06066L4.71964 3L0.21967 7.49997C-0.0732233 7.79286 -0.0732233 8.26774 0.21967 8.56063L4.71964 13.0606L5.7803 11.9999L2.56065 8.78028L15.75 8.78029V7.28029L2.56067 7.28028Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- <Button
- Width="24"
- Height="24"
- Command="{Binding NextViewCommnad}"
- IsEnabled="{Binding IsNextEnable}"
- Style="{StaticResource btn.selector}">
- <Path
- Width="16"
- Height="16"
- Data="M13.1893 8.78026L9.9697 11.9999L11.0304 13.0605L15.5303 8.56058C15.8232 8.26768 15.8232 7.79281 15.5303 7.49992L11.0304 2.99995L9.9697 4.06061L13.1894 7.28026L0 7.28026V8.78026L13.1893 8.78026Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- </StackPanel>
- <StackPanel
- x:Name="StkPnlRight"
- Grid.Column="2"
- HorizontalAlignment="Right"
- IsEnabled="{Binding RightPanelEnable}"
- Orientation="Horizontal">
- <ToggleButton
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding SetViewModeCommand}"
- IsChecked="{Binding IsContinue}"
- Style="{StaticResource SubToolbarTgb}">
- <Grid>
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M7.5 4V8C7.5 8.13807 7.61193 8.25 7.75 8.25H16.25C16.3881 8.25 16.5 8.13807 16.5 8V4H18V8C18 8.9665 17.2165 9.75 16.25 9.75H7.75C6.7835 9.75 6 8.9665 6 8V4H7.5ZM6 13C6 12.0335 6.7835 11.25 7.75 11.25H12.8358C13.2999 11.25 13.745 11.4344 14.0732 11.7626L17.4874 15.1768C17.8156 15.505 18 15.9501 18 16.4142V20H16.5V16.75H13.25C12.8358 16.75 12.5 16.4142 12.5 16V12.75H7.75C7.61193 12.75 7.5 12.8619 7.5 13V20H6V13ZM14 13.8107V15.25H15.4393L14 13.8107Z"
- Fill="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=ToggleButton}, Path=Foreground}" />
- </Grid>
- </ToggleButton>
- <Separator
- Width="1"
- Height="10"
- Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
- <RadioButton
- Width="24"
- Height="24"
- Margin="4"
- Name="SinglePage_Btn"
- Command="{Binding SetViewModeCommand}"
- IsChecked="{Binding IsSingleView}"
- Style="{StaticResource StateBarRbt}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M7.5 5.75C7.5 5.61193 7.61193 5.5 7.75 5.5H12.5V8.75C12.5 9.16421 12.8358 9.5 13.25 9.5H16.5V18.25C16.5 18.3881 16.3881 18.5 16.25 18.5H7.75C7.61193 18.5 7.5 18.3881 7.5 18.25V5.75ZM15.4393 8L14 6.56066V8H15.4393ZM7.75 4C6.7835 4 6 4.7835 6 5.75V18.25C6 19.2165 6.7835 20 7.75 20H16.25C17.2165 20 18 19.2165 18 18.25V9.16421C18 8.70008 17.8156 8.25497 17.4874 7.92678L14.0732 4.51256C13.745 4.18437 13.2999 4 12.8358 4H7.75Z"
- Fill="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=RadioButton}, Path=Foreground}" />
- </RadioButton>
- <RadioButton
- Width="24"
- Height="24"
- Margin="4"
- Name="DoublePage_Btn"
- Command="{Binding SetViewModeCommand}"
- Cursor="Hand"
- IsChecked="{Binding IsDoubleView}"
- Style="{StaticResource StateBarRbt}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M12.75 17.5V6H14.5V9.25C14.5 9.66421 14.8358 10 15.25 10H18.5V17.25C18.5 17.3881 18.3881 17.5 18.25 17.5H12.75ZM17.4393 8.5L16 7.06066V8.5H17.4393ZM18.25 19H12H5.75C4.7835 19 4 18.2165 4 17.25V9.25V6.25C4 5.2835 4.7835 4.5 5.75 4.5H8.75H12H14.8358C15.2999 4.5 15.745 4.68437 16.0732 5.01256L19.7803 8.71967C19.921 8.86032 20 9.05109 20 9.25V17.25C20 18.2165 19.2165 19 18.25 19ZM11.25 6V17.5H5.75C5.61193 17.5 5.5 17.3881 5.5 17.25V9.25V6.25C5.5 6.11193 5.61193 6 5.75 6H8.75H11.25Z"
- Fill="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=RadioButton}, Path=Foreground}" />
- </RadioButton>
- <RadioButton
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding SetViewModeCommand}"
- IsChecked="{Binding IsBookMode}"
- Style="{StaticResource StateBarRbt}">
- <Path
- Width="24"
- Height="24"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M6.51514 11V5.5H8.58932L10.116 7.19217V11H6.51514ZM6.16514 4C5.53001 4 5.01514 4.51487 5.01514 5.15V11.35C5.01514 11.9851 5.53001 12.5 6.16514 12.5H10.466C11.1011 12.5 11.616 11.9851 11.616 11.35V7.05762C11.616 6.77304 11.5105 6.49857 11.3198 6.28728L9.5988 4.37966C9.38074 4.13796 9.07047 4 8.74494 4H6.16514ZM5.01514 14.4C5.01514 13.7649 5.53001 13.25 6.16514 13.25H8.9228H10.466C11.1011 13.25 11.616 13.7649 11.616 14.4V16.1538V20H10.116V16.1538V14.75H8.9228H6.51514V20H5.01514V14.4ZM12.4114 14.4C12.4114 13.7649 12.9262 13.25 13.5614 13.25H16.319H17.8622C18.4973 13.25 19.0122 13.7649 19.0122 14.4V16.1538V20H17.5122V16.1538V14.75H16.319H13.9114V20H12.4114V14.4Z"
- Fill="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=RadioButton}, Path=Foreground}" />
- </RadioButton>
- <Separator
- Width="1"
- Height="10"
- Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
- <ToggleButton
- Name="TbtnIsViewPanelOpen"
- Width="24"
- Height="24"
- Margin="4"
- Command="{Binding ShowViewModularCommand}"
- IsChecked="{Binding IsShowViewModular}"
- Style="{StaticResource SubToolbarTgb}">
- <Path Data="M1.5 13V3H7.25V13H1.5ZM8.75 13H14.5V3H8.75V13ZM0 2.5C0 1.94772 0.447715 1.5 1 1.5H15C15.5523 1.5 16 1.94772 16 2.5V13.5C16 14.0523 15.5523 14.5 15 14.5H1C0.447715 14.5 0 14.0523 0 13.5V2.5ZM3 6.25H6V7.75H3V6.25ZM6 9.25H3V10.75H6V9.25Z" Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </ToggleButton>
- <Border
- Margin="12,0,16,0"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Background="{StaticResource color.field.bg.def}"
- BorderBrush="{StaticResource color.field.border.norm}"
- BorderThickness="1"
- CornerRadius="4">
- <StackPanel
- Height="20"
- FocusVisualStyle="{x:Null}"
- Orientation="Horizontal">
- <Grid>
- <ComboBox
- Width="72"
- Background="White"
- BorderThickness="0"
- FocusVisualStyle="{x:Null}"
- MaxDropDownHeight="510"
- SelectedIndex="{Binding SelectedIndex, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}">
- <i:Interaction.Triggers>
- <i:EventTrigger EventName="SelectionChanged">
- <i:InvokeCommandAction Command="{Binding SelectionChangedCommand}" PassEventArgsToCommand="True" />
- </i:EventTrigger>
- </i:Interaction.Triggers>
- <ComboBoxItem x:Name="ActualSize" Style="{StaticResource ZoomComboxItemStyle}">
- <StackPanel Orientation="Horizontal">
- <Border x:Name="ActualSizeBorder" Margin="10,0,12,0">
- <!--<Path Fill="Black" VerticalAlignment="Center" HorizontalAlignment="Center" Data="M10.807106,0.0999999046 L15.0999992,5.39289312 L15.0999992,15.8999991 L0.899999857,15.8999991 L0.899999857,0.0999999046 L10.807106,0.0999999046 Z M10.3929999,1.0999999 L1.89999986,1.0999999 L1.89999986,14.8989999 L14.0989999,14.8989999 L14.0989999,5.8059999 L10.3929999,1.0999999 Z M8,10.53125 C8.15885417,10.53125 8.29361979,10.5833333 8.40429688,10.6875 C8.51497396,10.7916667 8.5703125,10.9166667 8.5703125,11.0625 C8.5703125,11.2057292 8.51497396,11.328776 8.40429688,11.4316406 C8.29361979,11.5345052 8.15885417,11.5859375 8,11.5859375 C7.84375,11.5859375 7.7109375,11.5345052 7.6015625,11.4316406 C7.4921875,11.328776 7.4375,11.2057292 7.4375,11.0625 C7.4375,10.9166667 7.4921875,10.7916667 7.6015625,10.6875 C7.7109375,10.5833333 7.84375,10.53125 8,10.53125 Z M6.21875,5.7734375 L6.21875,11.5 L5.3125,11.5 L5.3125,6.8828125 C5.1484375,7 4.97200521,7.09960938 4.78320312,7.18164062 C4.59440104,7.26367188 4.37890625,7.3359375 4.13671875,7.3984375 L4.13671875,7.3984375 L4.13671875,6.625 C4.28776042,6.57552083 4.43359375,6.5234375 4.57421875,6.46875 C4.71484375,6.4140625 4.85351562,6.35286458 4.99023438,6.28515625 C5.12695312,6.21744792 5.26497396,6.14192708 5.40429688,6.05859375 C5.54361979,5.97526042 5.6875,5.88020833 5.8359375,5.7734375 L5.8359375,5.7734375 L6.21875,5.7734375 Z M11.3671875,5.7734375 L11.3671875,11.5 L10.4609375,11.5 L10.4609375,6.8828125 C10.296875,7 10.1204427,7.09960938 9.93164062,7.18164062 C9.74283854,7.26367188 9.52734375,7.3359375 9.28515625,7.3984375 L9.28515625,7.3984375 L9.28515625,6.625 C9.43619792,6.57552083 9.58203125,6.5234375 9.72265625,6.46875 C9.86328125,6.4140625 10.0019531,6.35286458 10.1386719,6.28515625 C10.2753906,6.21744792 10.4134115,6.14192708 10.5527344,6.05859375 C10.6920573,5.97526042 10.8359375,5.88020833 10.984375,5.7734375 L10.984375,5.7734375 L11.3671875,5.7734375 Z M8,7.44140625 C8.15885417,7.44140625 8.29361979,7.49348958 8.40429688,7.59765625 C8.51497396,7.70182292 8.5703125,7.82682292 8.5703125,7.97265625 C8.5703125,8.11588542 8.51497396,8.23893229 8.40429688,8.34179688 C8.29361979,8.44466146 8.15885417,8.49609375 8,8.49609375 C7.84375,8.49609375 7.7109375,8.44466146 7.6015625,8.34179688 C7.4921875,8.23893229 7.4375,8.11588542 7.4375,7.97265625 C7.4375,7.82682292 7.4921875,7.70182292 7.6015625,7.59765625 C7.7109375,7.49348958 7.84375,7.44140625 8,7.44140625 Z" />-->
- </Border>
- <TextBlock
- x:Name="ActualSizeText"
- VerticalAlignment="Center"
- Text="Actual Size" />
- </StackPanel>
- </ComboBoxItem>
- <ComboBoxItem x:Name="FitWidth" Style="{StaticResource ZoomComboxItemStyle}">
- <StackPanel Orientation="Horizontal ">
- <Border Name="FitWidthBorder" Margin="10,0,12,0">
- <!--<Image Width="16" Height="16" Source="../Resources/Image/bottombar/fitwidth.png" />-->
- </Border>
- <TextBlock x:Name="FitWidthText" Text="Fit Width" />
- </StackPanel>
- </ComboBoxItem>
- <ComboBoxItem x:Name="FitHeight" Style="{StaticResource ZoomComboxItemStyle}">
- <StackPanel Orientation="Horizontal">
- <Border Name="FitHeightBorder" Margin="10,0,12,0">
- <!--<Image Width="16" Height="16" Source="../Resources/Image/bottombar/adaptationHeight.png" />-->
- </Border>
- <TextBlock x:Name="FitHeightText" Text="Fit Height" />
- </StackPanel>
- </ComboBoxItem>
- <Separator
- Height="1"
- BorderBrush="#33000000"
- BorderThickness="1"
- Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="10%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="10" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="25%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="25" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="50%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="50" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="100%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="100" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="150%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="150" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="200%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="200" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="300%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="300" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="400%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="400" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="500%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="500" />
- <ComboBoxItem
- Padding="40,0,0,0"
- Content="1000%"
- Style="{StaticResource ZoomComboxItemStyle}"
- Tag="1000" />
- </ComboBox>
- <TextBlock
- Width="46"
- Height="14"
- Margin="4,0,0,0"
- HorizontalAlignment="Left"
- Background="White"
- Text="{Binding CurrentZoom, StringFormat={}{0}%}" />
- </Grid>
- <Separator Margin="0" Style="{StaticResource VerticalSeparatorStyle}" />
- <StackPanel Orientation="Horizontal">
- <Button
- Width="20"
- Height="20"
- Margin="4,0"
- VerticalContentAlignment="Center"
- Command="{Binding ZoomOutCommand}"
- Style="{StaticResource subToolBar}">
- <Path
- Width="20"
- Height="20"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M4 9L16 9L16 11L4 11L4 9Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- <Button
- Width="20"
- Height="20"
- Margin="4,0"
- VerticalContentAlignment="Center"
- Command="{Binding ZoomInCommand}"
- Style="{StaticResource subToolBar}">
- <Path
- Width="20"
- Height="20"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Data="M9 11V16H11V11H16V9H11V4H9V9H4L4 11H9Z"
- Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
- </Button>
- </StackPanel>
- </StackPanel>
- </Border>
- </StackPanel>
- </Grid>
- </UserControl>
|