Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / ENDataCellViewVerticalAlignment Enumeration


In This Topic
    ENDataCellViewVerticalAlignment Enumeration
    In This Topic
    Enumerates the possible vertical alignments of the data cells views inside the data cell.
    Syntax
    'Declaration
     
    
    Public Enum ENDataCellViewVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDataCellViewVerticalAlignment
    public enum ENDataCellViewVerticalAlignment : System.Enum 
    Members
    MemberDescription
    AutomaticThe format uses a value specific alignment that is appropriate for the current value.
    BottomThe view is bottom aligned
    CenterThe view is middle aligned
    FitThe view is made to fill the data cell vertically.
    TopThe view is top aligned
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENDataCellViewVerticalAlignment

    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