| 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; }
Public Property HotImagesXML As Dictionary(Of String, String)
Get
Set
Dim instance As HotImage
Dim value As Dictionary(Of String, String)
value = instance.HotImagesXML
instance.HotImagesXML = value
public:
property Dictionary<String^, String^>^ HotImagesXML {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
Property Value
Type:
DictionaryString,
StringSee Also