Whether images will be fetched continuously during panning of the map or only when panning is complete.
Syntax
| Visual Basic (Declaration) |
|
Public Property EnableContinuousCallback As Boolean |
| Visual Basic (Usage) |
Copy Code |
Dim instance As Map
Dim value As Boolean
instance.EnableContinuousCallback = value
value = instance.EnableContinuousCallback
|
| C# |
|
public bool EnableContinuousCallback {get; set;} |
Return Value
Boolean value indicating whether tiles are retrieved continuously during map panning.
Remarks
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family
See Also