mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
MapTileLayerBase.TileImageLoader property
This commit is contained in:
parent
ebdbc012f2
commit
b32755e29e
7 changed files with 13 additions and 33 deletions
|
|
@ -49,13 +49,12 @@ namespace MapControl
|
|||
public void SetImageSource(ImageSource image)
|
||||
{
|
||||
IsPending = false;
|
||||
Image.Source = image;
|
||||
|
||||
if (image != null && MapBase.ImageFadeDuration > TimeSpan.Zero)
|
||||
{
|
||||
AnimateImageOpacity(image);
|
||||
AnimateImageOpacity();
|
||||
}
|
||||
|
||||
Image.Source = image;
|
||||
}
|
||||
|
||||
private void BeginOpacityAnimation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue