| HotImageHotspots Property |
Collection of hotspots for this HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Hotspots Hotspots { get; set; }
Public Property Hotspots As Hotspots
Get
Set
Dim instance As HotImage
Dim value As Hotspots
value = instance.Hotspots
instance.Hotspots = value
public:
property Hotspots^ Hotspots {
Hotspots^ get ();
void set (Hotspots^ value);
}
Property Value
Type:
HotspotsSee Also