Nevron .NET Vision
Nevron.UI Namespace / PopupVAlignment Enumeration


In This Topic
    PopupVAlignment Enumeration
    In This Topic
    Specifies the predefined vertical alignment of a NPopup instance.
    Syntax
    'Declaration
     
    
    Public Enum PopupVAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PopupVAlignment
    public enum PopupVAlignment : System.Enum 
    Members
    MemberDescription
    BottomToBottomThe popup is aligned with the bottom edge of the alignment bounds and flows to the bottom.
    BottomToTopThe popup is aligned with the bottom edge of the alignment bounds and flows to the top.
    TopToBottomThe popup is aligned with the top edge of the alignment bounds and flows to the bottom.
    TopToTopThe popup is aligned with the top edge of the alignment bounds and flows to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.PopupVAlignment

    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