| HotspotVisible Property |
Gets or sets whether the hotspot is visible or not. When this property changes it will change visibility according to the VisibleMode.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
Dim instance As Hotspot
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public:
property bool Visible {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also