Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENPopupYPosition Enumeration


In This Topic
    ENPopupYPosition Enumeration
    In This Topic
    Defines the Y positioning of the popup relatively to the parent element screen placement
    Syntax
    'Declaration
     
    
    Public Enum ENPopupYPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPopupYPosition
    public enum ENPopupYPosition : System.Enum 
    Members
    MemberDescription
    AlignBottomsAligns the popup bottom side with the parent bottom side.
    AlignCentersAligns the popup center with the parent center.
    AlignTopsAligns the popup top side with the parent top side.
    AutomaticThe popup Y position is automatically determined by the popup host.
    DownThe popup is displayed on the bottom side of the parent
    UpThe popup is displayed on the top side of the parent
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENPopupYPosition

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also