Map.Center, propriété

Espace de noms :  Microsoft.Phone.Maps.Controls
Assembly :  Microsoft.Phone.Maps (dans Microsoft.Phone.Maps.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

Type : System.Device.Location.GeoCoordinate

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

Map Classe

Microsoft.Phone.Maps.Controls, espace de noms