Renamed ImageFadeDuration

This commit is contained in:
ClemensF 2020-04-22 16:16:17 +02:00
parent b8617f1bdd
commit c12f025552
5 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ namespace MapControl
{
private const double MaximumZoomLevel = 22d;
public static TimeSpan TileFadeDuration { get; set; } = TimeSpan.FromSeconds(0.1);
public static TimeSpan ImageFadeDuration { get; set; } = TimeSpan.FromSeconds(0.1);
public static readonly DependencyProperty MapLayerProperty = DependencyProperty.Register(
nameof(MapLayer), typeof(UIElement), typeof(MapBase),