Subversion Repository Public Repository

Nextrek

Diff Revisions 690 vs 691 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/MultipleImagePicker.xaml

Diff revisions: vs.
  @@ -9,21 +9,10 @@
9 9 d:DesignHeight="300"
10 10 d:DesignWidth="400">
11 11 <UserControl.Resources>
12 - <Flyout x:Key="ImagePreviewFlyout2" Placement="Left" x:Name="ImagePreviewFlyout" >
12 + <Flyout x:Key="ImagePreviewFlyout2" Placement="Left" x:Name="ImagePreviewFlyout" FlyoutPresenterStyle="{StaticResource FlyoutPresenterStyleDefault}">
13 13 <!-- The DataContext of the Image that the flyout is attached to must be the Image's Source. -->
14 14 <Image Source="{Binding Path}" MaxHeight="400" MaxWidth="400" Stretch="Uniform" VerticalAlignment="Center" HorizontalAlignment="Center" Tapped="Image_Flyout_Tapped" />
15 - <Flyout.FlyoutPresenterStyle>
16 - <Style TargetType="FlyoutPresenter" >
17 - <Setter Property="ScrollViewer.ZoomMode" Value="Disabled"/>
18 - <Setter Property="Background" Value="Black"/>
19 - <Setter Property="BorderBrush" Value="Gray"/>
20 - <Setter Property="BorderThickness" Value="0"/>
21 - <Setter Property="MinHeight" Value="720"/>
22 - <Setter Property="MinWidth" Value="300"/>
23 - <Setter Property="VerticalAlignment" Value="Stretch"/>
24 - <Setter Property="HorizontalAlignment" Value="Stretch"/>
25 - </Style>
26 - </Flyout.FlyoutPresenterStyle>
15 +
27 16 </Flyout>
28 17
29 18 </UserControl.Resources>