Reflection
HotSpotsVisible Property (HotSpots)


Gets or sets a value indicating whether hotspots are visible.
Syntax
'Declaration
 
Public Property HotSpotsVisible As Boolean
'Usage
 
Dim instance As HotSpots
Dim value As Boolean
 
instance.HotSpotsVisible = value
 
value = instance.HotSpotsVisible
public bool HotSpotsVisible {get; set;}
See Also