Whether to request map tiles asynchronously as the user pans the map.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property EnableContinuousCallback As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As PageLayout
Dim value As Boolean
instance.EnableContinuousCallback = value
value = instance.EnableContinuousCallback
|
| C# | |
|---|
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public bool EnableContinuousCallback {get; set;} |
Remarks
See Also