| HotImageHotspotsResources Property |
Is a Guid that that is used to identify the HotImage in the resources collections. It has the same value as the key in the HotImagesXML and the Key for the ChildImageResources for loading the Image and Hotspots for the HotImages in the hierarchy.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string HotspotsResources { get; set; }
Public Property HotspotsResources As String
Get
Set
Dim instance As HotImage
Dim value As String
value = instance.HotspotsResources
instance.HotspotsResources = value
public:
property String^ HotspotsResources {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also