MapControl.GetNormalizedAnchorPoint(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.