Class
HotSpot

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class HotSpot

Inheritance: objectHotSpot

Constructors

HotSpot()

Declaration

cs-api-definition
public HotSpot()

Properties

CoordinateSystem

Gets or sets coordinate system.

Declaration

cs-api-definition
public HotspotCoordinateSystem CoordinateSystem { get; set; }

Property Value

HotspotCoordinateSystem

ElementName

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

Declaration

cs-api-definition
public string ElementName { get; set; }

Property Value

string

X

Declaration

cs-api-definition
public double X { get; set; }

Property Value

double

XUnits

Declaration

cs-api-definition
public HotSpotUnit XUnits { get; set; }

Property Value

HotSpotUnit

Y

Declaration

cs-api-definition
public double Y { get; set; }

Property Value

double

YUnits

Declaration

cs-api-definition
public HotSpotUnit YUnits { get; set; }

Property Value

HotSpotUnit