Click or drag to resize

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
Members
  Member nameValueDescription
WireFrame0
ZoomImage1
See Also