LocationAnchor Enumeration |
A MapIcon can be located with a certain anchor on the map. The anchor defines how the MapIcon should be situated in relation to its location. Set one of the values of this enumeration to the Anchor property of this class to define the behavior.
See the Shape Layer Concept topic for an example.
Namespace: Ptv.XServer.Controls.Map.Layers.Shapes
Member name | Value | Description | |
---|---|---|---|
Center | 0 | The MapIcon is centered over the location. | |
LeftTop | 1 | The MapIcon´s left upper corner is centered over the location. | |
RightTop | 2 | The MapIcon´s right upper corner is centered over the location. | |
RightBottom | 3 | The MapIcon´s right lower corner is centered over the location. | |
LeftBottom | 4 | The MapIcon´s left lower corner is centered over the location. |