Windows.UI.Xaml.Controls.Maps.MapControl.NormalizedAnchorPoint
May 26, 2021 ยท View on GitHub
-description
Gets or sets the anchor point of a child element of the MapControl.
-remarks
Specify a value from 0 to 1. The anchor point is the point on the child element that is positioned at the geographic location on the MapControl specified by the MapControl.Location attached property.
The default value of MapControl.NormalizedAnchorPoint is (0, 0), which represents the upper left corner of the child element.
A MapControl.NormalizedAnchorPoint value is interpreted by the parent MapControl element. The value is used along with MapControl.Location to specify the layout characteristics of each child element of a MapControl.
- Type: Point
- Identifier field: NormalizedAnchorPointProperty
- Accessor methods: GetNormalizedAnchorPoint, SetNormalizedAnchorPoint
-see-also
MapControl.Location, XAML attached properties