Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.48 KB

mapcontrol_normalizedanchorpoint.md

File metadata and controls

32 lines (20 loc) · 1.48 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapControl.NormalizedAnchorPoint
winrt attachedproperty

Windows.UI.Xaml.Controls.Maps.MapControl.NormalizedAnchorPoint

-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.

-see-also

MapControl.Location, XAML attached properties

-examples