Class HotSpot
Inheritance
System.Object
HotSpot
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class HotSpot
Constructors
HotSpot()
Declaration
public HotSpot()
Properties
CoordinateSystem
Gets or sets coordinate system.
Declaration
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
public string ElementName { get; set; }
Property Value
System.String
|
X
Declaration
public double X { get; set; }
Property Value
System.Double
|
XUnits
Y
Declaration
public double Y { get; set; }
Property Value
System.Double
|