mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
Version 4.12.2 Added TileQueue.
This commit is contained in:
parent
a7d3edf154
commit
716adff1d1
7 changed files with 113 additions and 66 deletions
|
|
@ -44,6 +44,11 @@ namespace MapControl
|
|||
}
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("{0}/{1}/{2}", ZoomLevel, XIndex, Y);
|
||||
}
|
||||
|
||||
private void FadeIn()
|
||||
{
|
||||
Image.BeginAnimation(UIElement.OpacityProperty, new DoubleAnimation { From = 0d, To = 1d, Duration = FadeDuration, FillBehavior = FillBehavior.Stop });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue