MapControl.GetNormalizedAnchorPoint(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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 附加属性的值。