[]
        
(Showing Draft Content)

C1.WPF.Maps.ImageCacheMode

ImageCacheMode Enum

Specify which mode should be used to cache images

Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public enum ImageCacheMode

Fields

Name Description
LocalFile

Cache images into local files.

Memory

Cache images into memory.

None

No need cache images.