Table of Contents
ToolTipAnimation Enumeration

Specifies tooltip animation.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum ToolTipAnimation
Members
Member Name Description
None No animation.
Fade Fade animation.
GlideTopToBottom Glides the tooltip from top the bottom.
GlideBottomToTop Glides the tooltip from bottom to top.
GlideLeftToRight Glides the tooltip from left to right.
GlideRightToLeft Glide the tooltip from right to left.
See Also