Enum HotspotCoordinateSystem
Coordinate system which is used to calculate location of the hotspot inside the element.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum HotspotCoordinateSystem
Kml
The Google KML coordinate system. The point of origin is left-bottom corner of the element. The X is increased from left to right. The Y is increased from bottom to top.
RadMap
The RadMap coordinate system. The point of origin is left-top corner of the element. The X is increased from left to right. The Y is increased from top to bottom.