MapControl.NormalizedAnchorPoint Attached Property
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 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
.
- Type: Point
- Identifier field: NormalizedAnchorPointProperty
- Accessor methods: GetNormalizedAnchorPoint, SetNormalizedAnchorPoint