Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / ImageCacheMode Enumeration

In This Topic
    ImageCacheMode Enumeration
    In This Topic
    Specify which mode should be used to cache images
    Syntax
    'Declaration
     
    
    Public Enum ImageCacheMode 
       Inherits System.Enum
    public enum ImageCacheMode : System.Enum 
    Members
    MemberDescription
    LocalFileCache images into local files.
    MemoryCache images into memory.
    NoneNo need cache images.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Maps.ImageCacheMode

    See Also