Click or drag to resize

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
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public enum LocationAnchor
Members
  Member nameValueDescription
Center0 The MapIcon is centered over the location.
LeftTop1 The MapIcon´s left upper corner is centered over the location.
RightTop2 The MapIcon´s right upper corner is centered over the location.
RightBottom3 The MapIcon´s right lower corner is centered over the location.
LeftBottom4 The MapIcon´s left lower corner is centered over the location.
See Also