Reflection
HotSpotStyle Property (HotSpots)


Gets or sets a value indicating the way that hotspots should appear on the screen.
Syntax
'Declaration
 
Public Property HotSpotStyle As HotspotStyleOption
'Usage
 
Dim instance As HotSpots
Dim value As HotspotStyleOption
 
instance.HotSpotStyle = value
 
value = instance.HotSpotStyle
public HotspotStyleOption HotSpotStyle {get; set;}
See Also