TileImageLoader.Cache

This commit is contained in:
Clemens 2021-07-02 21:30:38 +02:00
parent e096f97e85
commit 0ea7adb848
3 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,7 @@ namespace MapControl
}
/// <summary>
/// The IImageCache implementation used to cache tile images. The default is null.
/// An IImageCache implementation used to cache tile images. The default is null.
/// </summary>
public static Caching.IImageCache Cache { get; set; }