Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.
Syntax
Visual Basic (Declaration) | |
---|
<DefaultValueAttribute()>
<ObsoleteAttribute("Control the tiling behavior at the resource level by enabling or disabling Dynamic Tiling")>
<ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")>
<ResCategoryAttribute("Map Behavior")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property EnableTileCaching As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim value As Boolean
instance.EnableTileCaching = value
value = instance.EnableTileCaching |
C# | |
---|
[DefaultValueAttribute()]
[ObsoleteAttribute("Control the tiling behavior at the resource level by enabling or disabling Dynamic Tiling")]
[ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")]
[ResCategoryAttribute("Map Behavior")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool EnableTileCaching {get; set;} |
Property Value
Boolean value indicating whether retrieved map tiles will be cached in the client.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also