Map.Center 屬性

命名空間:  Microsoft.Phone.Maps.Controls
組件:  Microsoft.Phone.Maps (在 Microsoft.Phone.Maps.dll 中)

語法

'宣告
<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

屬性值

類型:System.Device.Location.GeoCoordinate

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

Map 類別

Microsoft.Phone.Maps.Controls 命名空間