Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf
- Classes
- Structures
- Enumerations
- CheckState Enumeration
- DayNameFormat Enumeration
- DayOfWeekFlags Enumeration
- DockViewState Enumeration
- DropDownMenuMode Enumeration
- EffectType Enumeration
- MaskedEditSegmentType Enumeration
- MenuItemRole Enumeration
- RingAlignment Enumeration
- RotationMode Enumeration
- SideTickVisibility Enumeration
- SpinEditValueFormat Enumeration
- SplitterCollapseState Enumeration
- SplitterMode Enumeration
- SplitViewChildView Enumeration
- TabItemOverflowStrategy Enumeration
- UnitType Enumeration
- WeekNumberFormat Enumeration
- Delegates
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
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