New to Telerik UI for WinFormsStart a free 30-day trial

HotSpot

Class

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class HotSpot

Inheritance: objectHotSpot

Constructors

C#
public HotSpot()

Properties

Gets or sets coordinate system.

C#
public HotspotCoordinateSystem CoordinateSystem { get; set; }

Gets or sets name of the child element which is hot spot of the framework element.

C#
public string ElementName { get; set; }
C#
public double X { get; set; }
C#
public HotSpotUnit XUnits { get; set; }
C#
public double Y { get; set; }
C#
public HotSpotUnit YUnits { get; set; }