Gets or sets the target center.

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

Syntax

C#
public Point TargetCenter { get; set; }
Visual Basic
Public Property TargetCenter As Point
	Get
	Set

Remarks

When TargetCenter is set, the Center property value smoothly changes to TargetCenter.

See Also