MapControl.GetNormalizedAnchorPoint(DependencyObject) Method

Definition

Gets the value of the MapControl.NormalizedAnchorPoint XAML attached property from the specified child element of a MapControl. The anchor point is the point on the child element that is positioned at the point on the MapControl specified by the MapControl.Location attached property.

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

Parameters

element
DependencyObject

The element from which to read the property value.

Returns

The value of the MapControl.NormalizedAnchorPoint XAML attached property on the specified child element of a MapControl.

Applies to

See also