Gets or sets a value that determines the speed with which Center approaches TargetCenter.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public double TargetCenterSpeed { get; set; }
Visual Basic
Public Property TargetCenterSpeed As Double
	Get
	Set

Remarks

The value should be between 0 and 1. A value of 1 indicates that Center instantly changes to TargetCenter.

See Also