Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENTextVertAlign Enumeration


In This Topic
    ENTextVertAlign Enumeration
    In This Topic
    Enumerates the text aligns.
    Syntax
    'Declaration
     
    
    Public Enum ENTextVertAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTextVertAlign
    public enum ENTextVertAlign : System.Enum 
    Members
    MemberDescription
    BottomBottom alignment for text
    CenterCenter alignment for text
    TopTop alignment for text
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Graphics.ENTextVertAlign

    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