MapControl.NormalizedAnchorPoint Attached Property

Definition

Gets or sets the anchor point of a child element of the MapControl.

see GetNormalizedAnchorPoint, and SetNormalizedAnchorPoint
see GetNormalizedAnchorPoint, and SetNormalizedAnchorPoint
see GetNormalizedAnchorPoint, and SetNormalizedAnchorPoint

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.

Applies to

See also