| HotImageTransitionModeOptions Enumeration |
Options for transitioning from one HotImage to another when a hotspot has a child HotImage.
WireFrame causes a wire frame transition animation to take place.
ZoomImage causes the new HotImage to zoom from a small to a large final size HotImage when clicking on the hotspot.
The reverse takes place when a child Hotimage is closed.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public enum TransitionModeOptions
Public Enumeration TransitionModeOptions
Dim instance As HotImage.TransitionModeOptions
public enum class TransitionModeOptions
Members
| Member name | Value | Description |
---|
| WireFrame | 0 | |
| ZoomImage | 1 | |
See Also