Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / ImageCacheMode Property

In This Topic
    ImageCacheMode Property (C1Maps)
    In This Topic
    Gets or sets which mode should be taken to cache the image.
    Syntax
    'Declaration
     
    
    Public Property ImageCacheMode As ImageCacheMode
    public ImageCacheMode ImageCacheMode {get; set;}
    Remarks
    If control is used in the WPF browser application, then LocalFile option can't work well.
    See Also