InfoConnect for Airlines
HotSpotStyle Property (IHotSpots)


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