Table of Contents
EffectType Enumeration

Specifies the effect type.

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

Syntax
 public enum EffectType
Members
Member Name Description
None Applies no effect.
GlideTopToBottom Glides the submenu from top to bottom. Applies to all browsers.
GlideBottomToTop Glides the submenu from bottom to top. Applies to all browsers.
GlideLeftToRight Glides the submenu from left to right. Applies to all browsers.
GlideRightToLeft Glides the submenu from right to left. Applies to all browsers.
GlideTopLeftToBottomRight Glides the submenu from top left corner to bottom right corner. Applies to all browsers.
GlideTopRightToBottomLeft Glides the submenu from top right corner to bottom left corner. Applies to all browsers.
GlideBottomRightToTopLeft Glides the submenu from bottom right corner to top left corner. Applies to all browsers.
GlideBottomLeftToTopRight Glides the submenu from bottom left corner to top right corner. Applies to all browsers.
RevealTopToBottom Reveals the submenu from top to bottom. Applies to all browsers.
RevealBottomToTop Reveals the submenu from bottom to top. Applies to all browsers.
RevealLeftToRight Reveals the submenu from left to right. Applies to all browsers.
RevealRightToLeft Reveals the submenu from right to left. Applies to all browsers.
RevealTopLeftToBottomRight Reveals the submenu from top left corner to bottom right corner. Applies to all browsers.
RevealTopRightToBottomLeft Reveals the submenu from top right corner to bottom left corner. Applies to all browsers.
RevealBottomRightToTopLeft Reveals the submenu from bottom right corner to top left corner. Applies to all browsers.
RevealBottomLeftToTopRight Reveals the submenu from bottom left corner to top right corner. Applies to all browsers.
See Also