mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
Version 4.12.
This commit is contained in:
parent
d916278845
commit
40305cf9c0
13 changed files with 30 additions and 26 deletions
|
|
@ -6,10 +6,12 @@ using System;
|
|||
#if WINDOWS_UWP
|
||||
using Windows.UI.Xaml;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using Windows.UI.Xaml.Media;
|
||||
using Windows.UI.Xaml.Media.Animation;
|
||||
#else
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
#endif
|
||||
|
||||
|
|
@ -22,7 +24,7 @@ namespace MapControl
|
|||
public readonly int ZoomLevel;
|
||||
public readonly int X;
|
||||
public readonly int Y;
|
||||
public readonly Image Image = new Image { Opacity = 0d };
|
||||
public readonly Image Image = new Image { Opacity = 0d, Stretch = Stretch.Fill };
|
||||
|
||||
public Tile(int zoomLevel, int x, int y)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue