Gets a collection of ImageDraw HotSpot objects that represents the defined hot spot regions in an ImageDrawMap control.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public HotSpotCollection MapHotSpots { get; }
Visual Basic (Declaration)
Public ReadOnly Property MapHotSpots As HotSpotCollection
Visual C++
public:
property HotSpotCollection^ MapHotSpots {
	HotSpotCollection^ get ();
}

See Also