MapControl.SetNormalizedAnchorPoint(DependencyObject, Point) 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.
Sets the value of the MapControl.NormalizedAnchorPoint XAML attached property on 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 void SetNormalizedAnchorPoint(DependencyObject ^ element, Point value);
static void SetNormalizedAnchorPoint(DependencyObject const& element, Point const& value);
public static void SetNormalizedAnchorPoint(DependencyObject element, Point value);
function setNormalizedAnchorPoint(element, value)
Public Shared Sub SetNormalizedAnchorPoint (element As DependencyObject, value As Point)
Parameters
- element
- DependencyObject
The element on which to set the property value.
- value
- Point
The value of the MapControl.NormalizedAnchorPoint XAML attached property to set on the specified child element of a MapControl.