Nevron Open Vision Documentation
Nevron.Nov Namespace / ENVerticalAlignment Enumeration


In This Topic
    ENVerticalAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of objects within a container.
    Syntax
    'Declaration
     
    
    Public Enum ENVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENVerticalAlignment
    public enum ENVerticalAlignment : System.Enum 
    Members
    MemberDescription
    BottomThe object is vertically bottom aligned
    CenterThe object is vertically center aligned
    TopThe object is vertically top aligned
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENVerticalAlignment

    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