| HotImageChildResourceImages Property |
Collection of Images with GUID Key equal to the HotImage.HotspotsResources. This same GUID is in the parent Hotspot with the property name of Hotspot.ChildHotspotsResources which is
used to load the Image for child HotImages when zooming from a hotspot to a child HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Dictionary<string, Image> ChildResourceImages { get; set; }
Public Property ChildResourceImages As Dictionary(Of String, Image)
Get
Set
Dim instance As HotImage
Dim value As Dictionary(Of String, Image)
value = instance.ChildResourceImages
instance.ChildResourceImages = value
public:
property Dictionary<String^, Image^>^ ChildResourceImages {
Dictionary<String^, Image^>^ get ();
void set (Dictionary<String^, Image^>^ value);
}
Property Value
Type:
DictionaryString,
ImageSee Also