MapControl.GetLocation(DependencyObject) 方法

定义

从 MapControl 的指定子元素获取 MapControl.Location XAML 附加属性的值。 位置是 MapControl 上放置子元素的 MapControl.NormalizedAnchorPoint 的地理位置。

public:
 static Geopoint ^ GetLocation(DependencyObject ^ element);
 static Geopoint GetLocation(DependencyObject const& element);
public static Geopoint GetLocation(DependencyObject element);
function getLocation(element)
Public Shared Function GetLocation (element As DependencyObject) As Geopoint

参数

element
DependencyObject

要从中读取属性值的元素。

返回

MapControl.Location XAML 附加属性在 MapControl 的指定子元素上的值。

适用于

另请参阅