mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Added comment.
This commit is contained in:
parent
9264cf819a
commit
7254a8793a
|
|
@ -45,6 +45,11 @@ namespace MapControl
|
|||
updateTimer.Tick += UpdateImage;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public double RelativeImageSize
|
||||
{
|
||||
get { return (double)GetValue(RelativeImageSizeProperty); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue