mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Renamed ImageFadeDuration
This commit is contained in:
parent
b8617f1bdd
commit
c12f025552
5 changed files with 6 additions and 6 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue