CacheOptions.MemoryLimit Property
In This Article
Specifies the maximum allowed size allocated by the file cache in system memory. When this size is exceeded, the file cache is cleared to load new tile images from a map data provider.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value, measured in bytes. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Memory |
---|---|
Map |
|
See Also