Click or drag to resize

HotImageHotImagesXML Property

Collection of the child HotImage hotspots XML(HotImage.HotspotsXML) with GUID Key equal to the HotImage.HotspotsResources. This same GUID is in the parent Hotspot with the property name Hotspot.ChildHotspotsResources. Used to load the child HotImages when zooming from a hotspot.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public Dictionary<string, string> HotImagesXML { get; set; }

Property Value

Type: DictionaryString, String
See Also