MapControl.GetNormalizedAnchorPoint(DependencyObject) 方法

定义

从 MapControl 的指定子元素获取 MapControl.NormalizedAnchorPoint XAML 附加属性的值。 定位点是子元素上的点,该点位于 MapControl.Location 附加属性指定的 MapControl 上的点。

public:
 static Point GetNormalizedAnchorPoint(DependencyObject ^ element);
 static Point GetNormalizedAnchorPoint(DependencyObject const& element);
public static Point GetNormalizedAnchorPoint(DependencyObject element);
function getNormalizedAnchorPoint(element)
Public Shared Function GetNormalizedAnchorPoint (element As DependencyObject) As Point

参数

element
DependencyObject

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

返回

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

适用于

另请参阅