| HotImageBackImage Property |
This property is used for setting the image to be clipped and displayed as a fill for a hotspot.
The HotImage.BackImage has to have the exact same dimensions as the HotImage.Image property.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Image BackImage { get; set; }
Public Property BackImage As Image
Get
Set
Dim instance As HotImage
Dim value As Image
value = instance.BackImage
instance.BackImage = value
public:
property Image^ BackImage {
Image^ get ();
void set (Image^ value);
}
Property Value
Type:
ImageSee Also