CacheOptions.DiskFolder Property
In This Article
Gets or sets a directory to which the saved image tiles of the map control are stored.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public StorageFolder DiskFolder { get; set; }
#Property Value
Type | Description |
---|---|
Storage |
A Storage |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Disk |
---|---|
Map |
|
See Also