Static MapBase.TileFadeDuration property

This commit is contained in:
ClemensF 2020-04-19 10:53:25 +02:00
parent 395ece8c62
commit c915860eff
7 changed files with 26 additions and 24 deletions

View file

@ -15,7 +15,7 @@ namespace MapControl
{
Pending = false;
if (fadeIn && FadeDuration > TimeSpan.Zero)
if (fadeIn && MapBase.TileFadeDuration > TimeSpan.Zero)
{
if (image is BitmapSource bitmap && !bitmap.IsFrozen && bitmap.IsDownloading)
{