C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1Maps Class / PanningSpeed Property

In This Topic
PanningSpeed Property
In This Topic
Gets or sets a value that determines the speed with which Center approaches target center.
Syntax
'Declaration
 
Public Property PanningSpeed As System.Double
 
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