Skip to main content

CacheOptions Members

Contains settings that define parameters of a local cache to store image tiles.

Constructors

Name Description
CacheOptions() Initializes a new instance of the CacheOptions class with default settings.

Fields

Name Description
DirectoryProperty static Identifies the CacheOptions.Directory dependency property.
KeepIntervalProperty static Identifies the CacheOptions.KeepInterval dependency property.

Properties

Name Description
Directory Gets or sets a directory to which the saved image tiles of the map control are stored.
KeepInterval Specifies the time interval after which tile images are updated from a map data provider.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also