MapsTask.Center Property

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Center As GeoCoordinate
public GeoCoordinate Center { get; set; }
public:
property GeoCoordinate^ Center {
    GeoCoordinate^ get ();
    void set (GeoCoordinate^ value);
}
member Center : GeoCoordinate with get, set

Property Value

Type: System.Device.Location.GeoCoordinate

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MapsTask Class

Microsoft.Phone.Tasks Namespace