Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / PopupAnimationDirection Enumeration


In This Topic
    PopupAnimationDirection Enumeration
    In This Topic
    Specifies the possible animation directions when displaying a pop-up notify window.
    Syntax
    'Declaration
     
    
    Public Enum PopupAnimationDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PopupAnimationDirection
    public enum PopupAnimationDirection : System.Enum 
    Members
    MemberDescription
    AutomaticThe direction is automatically choosen depending on the location of the Windows Taskbar
    BottomToTopBottom to top animation.
    LeftToRightLeft to right animation.
    RightToLeftRight to left animation.
    TopToBottomTop to bottom animation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.PopupAnimationDirection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also