Subversion Repository Public Repository

Nextrek

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

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