| HotspotVisibleModeType Enumeration |
Specifies options for the animation taking place when a hotspot changes visibility.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public enum VisibleModeType
Public Enumeration VisibleModeType
Dim instance As Hotspot.VisibleModeType
public enum class VisibleModeType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
No animation.
|
| Flash | 1 |
The hotopot will flash when becoming visible.
|
| Fade | 2 |
The hotspot will fade into and out of visibility.
|
See Also