| HotImageAutoHotBorder Property |
Gets or sets whether the Hotspots border is displayed when the cursor moves over a hotspot that is not visible.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool AutoHotBorder { get; set; }
Public Property AutoHotBorder As Boolean
Get
Set
Dim instance As HotImage
Dim value As Boolean
value = instance.AutoHotBorder
instance.AutoHotBorder = value
public:
property bool AutoHotBorder {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also