Compartir a través de


Map.Center (Propiedad)

Espacio de nombres:  Microsoft.Phone.Maps.Controls
Ensamblado:  Microsoft.Phone.Maps (en Microsoft.Phone.Maps.dll)

Sintaxis

'Declaración
<TypeConverterAttribute(GetType(GeoCoordinateConverter))> _
Public Property Center As GeoCoordinate
[TypeConverterAttribute(typeof(GeoCoordinateConverter))]
public GeoCoordinate Center { get; set; }
[TypeConverterAttribute(typeof(GeoCoordinateConverter))]
public:
property GeoCoordinate^ Center {
    GeoCoordinate^ get ();
    void set (GeoCoordinate^ value);
}
[<TypeConverterAttribute(typeof(GeoCoordinateConverter))>]
member Center : GeoCoordinate with get, set

Valor de propiedad

Tipo: System.Device.Location.GeoCoordinate

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Map Clase

Microsoft.Phone.Maps.Controls (Espacio de nombres)