Whether to request map tiles asynchronously as the user pans the map.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
<ResCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
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# | |
---|
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
[ResCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool EnableContinuousCallback {get; set;} |
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