Nevron Open Vision Documentation
Nevron.Nov Namespace / ENHorizontalAlignment Enumeration


In This Topic
    ENHorizontalAlignment Enumeration
    In This Topic
    Specifies the horizonal alignment of objects within a container.
    Syntax
    'Declaration
     
    
    Public Enum ENHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENHorizontalAlignment
    public enum ENHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe object is horizontally center aligned
    LeftThe object is horizontally left aligned
    RightThe object is horizontally right aligned
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENHorizontalAlignment

    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