Maps for ASP.NET Web Forms
PanningSpeed Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace > C1Maps Class : PanningSpeed Property
Gets or sets a value that determines the speed with which Center approaches target center.
Syntax
'Declaration
 
Public Property PanningSpeed As System.Double
public System.double PanningSpeed {get; set;}
Remarks
The default value is 0.3. The value should be between 0 and 1. A value of 1 indicates that Center instantly changes to target center. When clicking the pan direction buttions or pressing direction keys, the maps should offset a certain distance which is called target center here. The property is used to specify the panning speed from current center to the target center.
See Also

Reference

C1Maps Class
C1Maps Members