diff --git a/MapControl/MapImageLayer.cs b/MapControl/MapImageLayer.cs index 55cef0c5..46e77f8f 100644 --- a/MapControl/MapImageLayer.cs +++ b/MapControl/MapImageLayer.cs @@ -45,6 +45,11 @@ namespace MapControl updateTimer.Tick += UpdateImage; } + /// + /// Relative size of the map images in relation to the current viewport size. + /// Setting a value greater than one will let MapImageLayer request images that + /// are larger than the viewport, in order to support smooth panning. + /// public double RelativeImageSize { get { return (double)GetValue(RelativeImageSizeProperty); }